org.ode4j.ode
Interface DTriMesh.DTriArrayCallback

Enclosing interface:
DTriMesh

public static interface DTriMesh.DTriArrayCallback

Per object callback. Allows the user to get the list of triangles in 1 shot. Maybe we should remove this one.


Method Summary
 void call(DGeom TriMesh, DGeom RefObject, int[] TriIndices, int TriCount)
           
 

Method Detail

call

void call(DGeom TriMesh,
          DGeom RefObject,
          int[] TriIndices,
          int TriCount)