Tao.Ode SDK Documentation

Ode.dGeomTriMeshDataBuildSingle Method (IntPtr, dVector3[], Int32, Int32, Int32[], Int32, Int32)

[Visual Basic]
Overloads Public Shared Sub dGeomTriMeshDataBuildSingle( _
   ByVal g As IntPtr, _
   ByVal Vertices As dVector3(), _
   ByVal VertexStride As Integer, _
   ByVal VertexCount As Integer, _
   ByVal Indices As Integer(), _
   ByVal IndexCount As Integer, _
   ByVal TriStride As Integer _
)
[C#]
public static void dGeomTriMeshDataBuildSingle(
   IntPtr g,
   dVector3[] Vertices,
   int VertexStride,
   int VertexCount,
   int[] Indices,
   int IndexCount,
   int TriStride
);

See Also

Ode Class | Tao.Ode Namespace | Ode.dGeomTriMeshDataBuildSingle Overload List