dxTriMesh::~dxTriMesh()
{

    //Terminate Trimesh
    gim_trimesh_destroy(&m_collision_trimesh);

    gim_terminate_buffer_managers(m_buffer_managers);
}
Example #2
0
void gimpact_terminate()
{
    gim_terminate_buffer_managers();
}