Subversion Repositories gelsvn

Rev

Rev 182 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
448 jab 1
#ifndef __HMESH_X3D_SAVE_H__
2
#define __HMESH_X3D_SAVE_H__
149 jab 3
 
4
#include "HMesh/Manifold.h"
5
 
150 jab 6
namespace HMesh
149 jab 7
{
8
	/// Save mesh to x3d file.
9
	bool x3d_save(const std::string&, HMesh::Manifold& m);
10
 
11
}
12
#endif