Tao.Ode SDK Documentation

Ode.dGeomTriMeshClearTCCache Method 

Clears the internal temporal coherence caches. When a geom has its collision checked with a trimesh once, data is stored inside the trimesh. With large worlds with lots of seperate objects this list could get huge.

[Visual Basic]
Public Shared Sub dGeomTriMeshClearTCCache( _
   ByVal g As IntPtr _
)
[C#]
public static void dGeomTriMeshClearTCCache(
   IntPtr g
);

Parameters

g
A dGeomID

See Also

Ode Class | Tao.Ode Namespace