public class PxConvexMesh extends PxBase
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxConvexMesh() |
protected |
PxConvexMesh(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireReference() |
PxU8ConstPtr |
getIndexBuffer() |
PxBounds3 |
getLocalBounds() |
int |
getNbPolygons() |
int |
getNbVertices() |
boolean |
getPolygonData(int index,
PxHullPolygon data) |
int |
getReferenceCount() |
PxVec3 |
getVertices() |
boolean |
isGpuCompatible() |
static PxConvexMesh |
wrapPointer(long address) |
getBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlagscheckNotNull, equals, getAddress, hashCodeprotected PxConvexMesh()
protected PxConvexMesh(long address)
public static PxConvexMesh wrapPointer(long address)
public int getNbVertices()
public PxU8ConstPtr getIndexBuffer()
PxU8ConstPtr [Value]public int getNbPolygons()
public boolean getPolygonData(int index,
PxHullPolygon data)
index - WebIDL type: unsigned longdata - WebIDL type: PxHullPolygon [Ref]public int getReferenceCount()
public void acquireReference()
public boolean isGpuCompatible()