Temporarily disable HACD file save functions (not used) to avoid strange linking issue on windows

This commit is contained in:
Latif Khalifa
2013-01-30 05:25:05 +01:00
parent 8c1848b487
commit 1934fc9bd4
4 changed files with 8 additions and 0 deletions

View File

@@ -198,12 +198,14 @@ namespace HACD
void Print();
//!
void GetIFS(Vec3<Real> * const points, Vec3<long> * const triangles);
#if 0
//! Save mesh
bool Save(const char *fileName);
//! Save mesh to VRML 2.0 format
bool SaveVRML2(std::ofstream &fout);
//! Save mesh to VRML 2.0 format
bool SaveVRML2(std::ofstream &fout, const Material & material);
#endif
//!
void Clear();
//!