Added note on mesh reading/writing
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@311 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -602,7 +602,7 @@ provides the pubic member functions of
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
|
||||
/** \page mesh_io Mesh Read and write files
|
||||
/** \page mesh_io Read and write meshes from files
|
||||
|
||||
This section explains the methods used to read a mesh from a file or
|
||||
write it to a file. The corresponding functions are defined in the
|
||||
@@ -615,6 +615,10 @@ finally step three will show you how to add your own modules to IOManager.
|
||||
|
||||
For a quick start you can copy the following code directly to your project.
|
||||
|
||||
Note: IOManager uses the filename extension to determine which reader/writer
|
||||
to use. I.e. if passing "inputmesh.obj" as filename parameter, the OBJ-File
|
||||
reader/writer will be used to parse/write the file.
|
||||
|
||||
\include mesh_io.cc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user