Subversion Repositories gelsvn

Rev

Rev 150 | Rev 448 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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