Failure on empty mesh.
Status: Beta
Brought to you by:
projectileman
Not a big deal but I noticed that the version of GIMPACT with ode-0.8 doesn't handle an empty trimesh. The unsigned int wraps when zero. Maybe an assert instead of a graceful fix would be sufficient.
File: gim_boxpruning.cpp
Line: 75
GUINT count = aabbset->m_count-1;