|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTriMeshData | |
---|---|
org.ode4j.cpp.internal | USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package provide an API that is similar to the original C/C++ API. |
org.ode4j.ode | Public API for ode4j. |
Uses of DTriMeshData in org.ode4j.cpp.internal |
---|
Methods in org.ode4j.cpp.internal that return DTriMeshData | |
---|---|
static DTriMeshData |
ApiCppCollisionTrimesh.dGeomTriMeshDataCreate()
These dont make much sense now, but they will later when we add more features. |
Methods in org.ode4j.cpp.internal with parameters of type DTriMeshData | |
---|---|
static DTriMesh |
ApiCppCollisionTrimesh.dCreateTriMesh(DSpace space,
DTriMeshData Data,
DTriMesh.DTriCallback Callback,
DTriMesh.DTriArrayCallback ArrayCallback,
DTriMesh.DTriRayCallback RayCallback)
Trimesh class Construction. |
static void |
ApiCppCollisionTrimesh.dGeomTriMeshDataBuildSingle(DTriMeshData g,
float[] Vertices,
int VertexStride,
int VertexCount,
int[] Indices,
int IndexCount,
int TriStride)
Build a TriMesh data object with single precision vertex data. |
static void |
ApiCppCollisionTrimesh.dGeomTriMeshDataDestroy(DTriMeshData g)
|
Uses of DTriMeshData in org.ode4j.ode |
---|
Methods in org.ode4j.ode that return DTriMeshData | |
---|---|
static DTriMeshData |
OdeHelper.createTriMeshData()
These don't make much sense now, but they will later when we add more features. |
Methods in org.ode4j.ode with parameters of type DTriMeshData | |
---|---|
static DTriMesh |
OdeHelper.createTriMesh(DSpace space,
DTriMeshData Data,
DTriMesh.DTriCallback Callback,
DTriMesh.DTriArrayCallback ArrayCallback,
DTriMesh.DTriRayCallback RayCallback)
Trimesh class Construction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |