6 #define ENABLE_VHACD_IMPLEMENTATION 1
7 #define VHACD_DISABLE_THREADING 0
53 const string& pathName,
54 const string& fileName,
55 vector<vector<uint8_t>>& convexMeshTMsData,
56 VHACD::IVHACD::Parameters parameters = VHACD::IVHACD::Parameters()
67 static Model*
createModel(
const string&
id,
const vector<VHACD::Vertex>& points,
const vector<VHACD::Triangle>& triangles);
Representation of a 3D model.
Triangle entity, this is not directly connectable with physics engine.