Rev 149 | Rev 182 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
#ifndef __HMESHUTIL_X3D_SAVE_H__
#define __HMESHUTIL_X3D_SAVE_H__
#include "HMesh/Manifold.h"
namespace HMesh
{
/// Save mesh to x3d file.
bool x3d_save(const std::string&, HMesh::Manifold& m);
}
#endif