Subversion Repositories gelsvn

Rev

Rev 182 | Rev 448 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 182 Rev 362
Line 3... Line 3...
3
 
3
 
4
#include "HMesh/Manifold.h"
4
#include "HMesh/Manifold.h"
5
 
5
 
6
namespace HMesh
6
namespace HMesh
7
{
7
{
-
 
8
	/** Load an Wavefront OBJ file. This is just a simple frontend for the 
-
 
9
		Geometry::obj_load function which loads OBJ files into triangle meshes. 
-
 
10
		Consequently, quads are unfortunately converted to triangles when this
-
 
11
		loader is used. */
8
	bool obj_load(const std::string&, HMesh::Manifold& m);
12
	bool obj_load(const std::string&, HMesh::Manifold& m);
9
}
13
}
10
#endif
14
#endif