Class: dgeomtrimeshdata

Trimesh data that is used for dgeomtrimesh. You can instantiate one trimeshdata and reuse it multiple times.

Hierarchy

o-+ ode
  o-+ dgeomtrimeshdata

Methods:

new (table triangleindices,table vertexpositions)
returns: (dgeomtrimeshdata)
Creates a trimeshdataset. Indices and positions are stored as continous streams. For example ind{0,1,2, 3,4,5, ...} pos={x,y,z, x1,y1,z1, ...}

Inherited Methods: