Home
last modified time | relevance | path

Searched refs:setCcdSweptSphereRadius (Results 1 – 14 of 14) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java251 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsGhostObject
252 setCcdSweptSphereRadius(objectId, radius); in setCcdSweptSphereRadius()
255 private native void setCcdSweptSphereRadius(long objectId, float radius); in setCcdSweptSphereRadius() method in PhysicsGhostObject
299 setCcdSweptSphereRadius(capsule.readFloat("ccdSweptSphereRadius", 0)); in read()
DPhysicsCharacter.java241 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsCharacter
242 setCcdSweptSphereRadius(objectId, radius); in setCcdSweptSphereRadius()
245 private native void setCcdSweptSphereRadius(long objectId, float radius); in setCcdSweptSphereRadius() method in PhysicsCharacter
308 setCcdSweptSphereRadius(capsule.readFloat("ccdSweptSphereRadius", 0)); in read()
DPhysicsRigidBody.java273 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsRigidBody
274 setCcdSweptSphereRadius(objectId, radius); in setCcdSweptSphereRadius()
277 private native void setCcdSweptSphereRadius(long objectId, float radius); in setCcdSweptSphereRadius() method in PhysicsRigidBody
745 setCcdSweptSphereRadius(capsule.readFloat("ccdSweptSphereRadius", 0)); in read()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsCharacter.java222 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsCharacter
223 gObject.setCcdSweptSphereRadius(radius); in setCcdSweptSphereRadius()
287 setCcdSweptSphereRadius(capsule.readFloat("ccdSweptSphereRadius", 0)); in read()
DPhysicsGhostObject.java244 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsGhostObject
245 gObject.setCcdSweptSphereRadius(radius); in setCcdSweptSphereRadius()
282 setCcdSweptSphereRadius(capsule.readFloat("ccdSweptSphereRadius", 0)); in read()
DPhysicsRigidBody.java284 public void setCcdSweptSphereRadius(float radius) { in setCcdSweptSphereRadius() method in PhysicsRigidBody
285 rBody.setCcdSweptSphereRadius(radius); in setCcdSweptSphereRadius()
696 setCcdSweptSphereRadius(capsule.readFloat("ccdSweptSphereRadius", 0)); in read()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DKinematicRagdollControl.java821 public void setCcdSweptSphereRadius(float value) { in setCcdSweptSphereRadius() method in KinematicRagdollControl
823 link.rigidBody.setCcdSweptSphereRadius(value); in setCcdSweptSphereRadius()
851 link.rigidBody.setCcdSweptSphereRadius(value); in setBoneCcdSweptSphereRadius()
DGhostControl.java72 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
DCharacterControl.java66 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
DRigidBodyControl.java70 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
DVehicleControl.java90 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius()); in cloneForSpatial()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_objects_PhysicsGhostObject.cpp244 ghost->setCcdSweptSphereRadius(value); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setCcdSweptSphereRadius()
Dcom_jme3_bullet_objects_PhysicsCharacter.cpp303 ghost->setCcdSweptSphereRadius(value); in Java_com_jme3_bullet_objects_PhysicsCharacter_setCcdSweptSphereRadius()
Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp235 body->setCcdSweptSphereRadius(value); in Java_com_jme3_bullet_objects_PhysicsRigidBody_setCcdSweptSphereRadius()