| Package | Description |
|---|---|
| org.bytedeco.bullet.BulletCollision | |
| org.bytedeco.bullet.BulletDynamics | |
| org.bytedeco.bullet.BulletSoftBody | |
| org.bytedeco.bullet.LinearMath |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
btPersistentManifold.serialize(btPersistentManifold manifold,
Pointer dataBuffer,
btSerializer serializer) |
void |
btCollisionWorld.serialize(btSerializer serializer)
Preliminary serialization test for Bullet 2.76.
|
BytePointer |
btConvexHullShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btCylinderShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btTriangleInfoMap.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btBvhTriangleMeshShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btStridingMeshInterface.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btMultiSphereShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btCollisionObject.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btConvexInternalShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btStaticPlaneShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btConeShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btGImpactMeshShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btQuantizedBvh.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btCapsuleShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btCollisionShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btScaledBvhTriangleMeshShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btCompoundShape.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
void |
btBvhTriangleMeshShape.serializeSingleBvh(btSerializer serializer) |
void |
btCollisionObject.serializeSingleObject(btSerializer serializer) |
void |
btCollisionShape.serializeSingleShape(btSerializer serializer) |
void |
btBvhTriangleMeshShape.serializeSingleTriangleInfoMap(btSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
btMultiBodyDynamicsWorld.serialize(btSerializer serializer) |
void |
btDiscreteDynamicsWorld.serialize(btSerializer serializer)
Preliminary serialization test for Bullet 2.76.
|
BytePointer |
btSliderConstraint.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btGeneric6DofSpring2Constraint.serialize(Pointer dataBuffer,
btSerializer serializer) |
BytePointer |
btTypedConstraint.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btHingeConstraint.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btGeneric6DofSpringConstraint.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btRigidBody.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btMultiBody.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btGearConstraint.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btGeneric6DofConstraint.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btMultiBodyLinkCollider.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btConeTwistConstraint.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
BytePointer |
btPoint2PointConstraint.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
void |
btRigidBody.serializeSingleObject(btSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
btSoftRigidDynamicsWorld.serialize(btSerializer serializer) |
void |
btSoftMultiBodyDynamicsWorld.serialize(btSerializer serializer) |
BytePointer |
btSoftBody.serialize(Pointer dataBuffer,
btSerializer serializer)
fills the dataBuffer and returns the struct name (and 0 on failure)
|
| Modifier and Type | Class and Description |
|---|---|
class |
btDefaultSerializer
The btDefaultSerializer is the main Bullet serialization class.
|
Copyright © 2024. All rights reserved.