6#include <ext/v-hacd/src/VHACD_Lib/public/VHACD.h>
51 const string& pathName,
52 const string& fileName,
53 vector<vector<uint8_t>>& convexMeshTMsData,
54 VHACD::IVHACD::Parameters parameters = VHACD::IVHACD::Parameters()
67 static Model*
createModel(
const string&
id,
double* points,
unsigned int* triangles,
unsigned int pointCount,
unsigned int triangleCount);
Representation of a 3d model.
Triangle entity, this is not directly connectable with physics engine.