Rev 182 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef __HMESHUTIL_X3DLOAD_H__
#define __HMESHUTIL_X3DLOAD_H__
#include <string>
// This is just an example of a loader
#include "HMesh/Manifold.h"
namespace HMesh
{
bool x3d_load(const std::string& filename, HMesh::Manifold&);
}
#endif