Searched refs:HingeJoint (Results 1 – 6 of 6) sorted by relevance
40 import com.jme3.bullet.joints.HingeJoint;49 private HingeJoint joint;99 …joint=new HingeJoint(holderNode.getControl(RigidBodyControl.class), hammerNode.getControl(RigidBod… in setupJoint()
42 import com.jme3.bullet.joints.HingeJoint;55 private HingeJoint joint;120 …joint = new HingeJoint(holderNode.getControl(RigidBodyControl.class), hammerNode.getControl(RigidB… in setupJoint()
41 import com.jme3.bullet.joints.HingeJoint;114 …HingeJoint joint=new HingeJoint(physicsSphere.getControl(RigidBodyControl.class), physicsBox.getCo… in simpleInitApp()
52 public class HingeJoint extends PhysicsJoint { class61 public HingeJoint() { in HingeJoint() method in HingeJoint69 …public HingeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB… in HingeJoint() method in HingeJoint
2658 ==> engine/src/jbullet/com/jme3/bullet/joints/HingeJoint.java <==23208 ==> engine/src/bullet/com/jme3/bullet/joints/HingeJoint.java <==