Subversion Repositories gelsvn

Rev

Rev 182 | Blame | 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