| Class and Description |
|---|
| com.jme3.bullet.control.KinematicRagdollControl |
| Method and Description |
|---|
| com.jme3.bullet.control.GhostControl.cloneForSpatial(Spatial) |
| com.jme3.bullet.control.AbstractPhysicsControl.cloneForSpatial(Spatial) |
| com.jme3.bullet.control.CharacterControl.cloneForSpatial(Spatial) |
| com.jme3.bullet.objects.PhysicsCharacter.getGravity()
Deprecated in bullet 2.86.1. Use getGravity(Vector3f)
instead.
|
| com.jme3.bullet.objects.PhysicsCharacter.jump()
Deprecated in bullet 2.86.1. Use jump(Vector3f) instead.
|
| com.jme3.bullet.objects.PhysicsCharacter.setGravity(float)
Deprecated in bullet 2.86.1. Use setGravity(Vector3f)
instead.
|
| com.jme3.bullet.objects.PhysicsCharacter.setUpAxis(int)
Deprecated in bullet 2.86.1 use setUp(Vector3f) instead
|