OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shapenode
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java
390
PhysicsRigidBody
shapeNode
= new PhysicsRigidBody(shape, rootMass / (float) reccount);
392
shapeNode
.setKinematic(mode == Mode.Kinetmatic);
395
link.rigidBody =
shapeNode
;
405
SixDofJoint joint = new SixDofJoint(parent,
shapeNode
, posToParent, new Vector3f(0, 0, 0f), true);
412
shapeNode
.setUserObject(link);
413
parentShape =
shapeNode
;
[
all
...]
Completed in 578 milliseconds