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 7... Line 7...
7
#include "HMesh/Manifold.h"
7
#include "HMesh/Manifold.h"
8
 
8
 
9
 
9
 
10
namespace HMesh
10
namespace HMesh
11
{
11
{
-
 
12
	/// Load a mesh from an X3D file. It handles arbitrary polygons.
12
	bool x3d_load(const std::string& filename, HMesh::Manifold&);
13
	bool x3d_load(const std::string& filename, HMesh::Manifold&);
13
}
14
}
14
#endif
15
#endif