MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Destroy

Method Destroy

ogsr_engine/xrGame/PHWorld.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30////////////////////////////////////////////////////////////////////////////
31
32void CPHMesh ::Destroy()
33{
34 dGeomDestroy(Geom);
35 dTriListClass = -1;
36}
37
38////////////////////////////////////////////////////////////////////////////
39///////////CPHWorld/////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 8

dGeomDestroyFunction · 0.85
xr_deleteFunction · 0.85
PH_DBG_ClearFunction · 0.85
dJointGroupEmptyFunction · 0.85
dJointGroupDestroyFunction · 0.85
dCloseODEFunction · 0.85
clearMethod · 0.45
RemoveMethod · 0.45

Tested by

no test coverage detected