Package physx.cooking
Class PxCooking
- java.lang.Object
-
- physx.NativeObject
-
- physx.cooking.PxCooking
-
public class PxCooking extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxConvexMeshcreateConvexMesh(PxConvexMeshDesc desc, PxPhysicsInsertionCallback insertionCallback)PxHeightFieldcreateHeightField(PxHeightFieldDesc desc, PxPhysicsInsertionCallback insertionCallback)PxTriangleMeshcreateTriangleMesh(PxTriangleMeshDesc desc, PxPhysicsInsertionCallback insertionCallback)voidrelease()static PxCookingwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxCooking wrapPointer(long address)
-
release
public void release()
-
createConvexMesh
public PxConvexMesh createConvexMesh(PxConvexMeshDesc desc, PxPhysicsInsertionCallback insertionCallback)
- Parameters:
desc- WebIDL type:PxConvexMeshDesc[Const, Ref]insertionCallback- WebIDL type:PxPhysicsInsertionCallback[Ref]- Returns:
- WebIDL type:
PxConvexMesh
-
createTriangleMesh
public PxTriangleMesh createTriangleMesh(PxTriangleMeshDesc desc, PxPhysicsInsertionCallback insertionCallback)
- Parameters:
desc- WebIDL type:PxTriangleMeshDesc[Const, Ref]insertionCallback- WebIDL type:PxPhysicsInsertionCallback[Ref]- Returns:
- WebIDL type:
PxTriangleMesh
-
createHeightField
public PxHeightField createHeightField(PxHeightFieldDesc desc, PxPhysicsInsertionCallback insertionCallback)
- Parameters:
desc- WebIDL type:PxHeightFieldDesc[Const, Ref]insertionCallback- WebIDL type:PxPhysicsInsertionCallback[Ref]- Returns:
- WebIDL type:
PxHeightField
-
-