| Package | Description |
|---|---|
| com.jme3.bullet |
| Modifier and Type | Field and Description |
|---|---|
protected PhysicsSpace.BroadphaseType |
BulletAppState.broadphaseType
broadphase collision-detection algorithm for the physics space to use
(not null)
|
| Modifier and Type | Method and Description |
|---|---|
PhysicsSpace.BroadphaseType |
PhysicsSpace.getBroadphaseType()
Read the type of acceleration structure used.
|
static PhysicsSpace.BroadphaseType |
PhysicsSpace.BroadphaseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhysicsSpace.BroadphaseType[] |
PhysicsSpace.BroadphaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicsSpace.setBroadphaseType(PhysicsSpace.BroadphaseType broadphaseType)
Alter the type of acceleration structure used.
|
void |
BulletAppState.setBroadphaseType(PhysicsSpace.BroadphaseType broadphaseType)
Alter the broadphase type the physics space will use.
|
| Constructor and Description |
|---|
BulletAppState(PhysicsSpace.BroadphaseType broadphaseType)
Instantiate an app state to manage a new PhysicsSpace.
|
BulletAppState(com.jme3.math.Vector3f worldMin,
com.jme3.math.Vector3f worldMax,
PhysicsSpace.BroadphaseType broadphaseType)
Instantiate an app state to manage a new PhysicsSpace.
|
PhysicsSpace(PhysicsSpace.BroadphaseType broadphaseType)
Instantiate a PhysicsSpace.
|
PhysicsSpace(com.jme3.math.Vector3f worldMin,
com.jme3.math.Vector3f worldMax,
PhysicsSpace.BroadphaseType broadphaseType)
Instantiate a PhysicsSpace.
|