/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/ |
D | RigidBodyMotionState.java | 78 …tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(loca… in applyTransform() 112 public Matrix3f getWorldRotation() { in getWorldRotation() method in RigidBodyMotionState 113 getWorldRotation(motionStateId, worldRotation); in getWorldRotation() 117 private native void getWorldRotation(long stateId, Matrix3f vec); in getWorldRotation() method in RigidBodyMotionState
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/ |
D | RigidBodyMotionState.java | 112 …tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(loca… in applyTransform() 115 …tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().mult(localRota… in applyTransform() 137 public Matrix3f getWorldRotation() { in getWorldRotation() method in RigidBodyMotionState
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
D | CameraControl.java | 113 camera.setRotation(spatial.getWorldRotation()); in controlUpdate() 124 …ternion worldDiff = vars.quat1.set(camera.getRotation()).subtractLocal(spatial.getWorldRotation()); in controlUpdate()
|
D | BillboardControl.java | 198 rot = parent.getWorldRotation().inverse().multLocal(rot); in rotateScreenAligned() 217 spatial.getParent().getWorldRotation().mult(look, left); // coopt left for our own in rotateAxial()
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
D | GhostControl.java | 66 return spatial.getWorldRotation(); in getSpatialRotation() 133 debugShape.setLocalRotation(spatial.getWorldRotation()); in render()
|
D | RigidBodyControl.java | 198 return spatial.getWorldRotation(); in getSpatialRotation() 219 debugShape.setLocalRotation(spatial.getWorldRotation()); in render()
|
D | VehicleControl.java | 81 return spatial.getWorldRotation(); in getSpatialRotation() 196 debugShape.setLocalRotation(spatial.getWorldRotation()); in render()
|
D | KinematicRagdollControl.java | 183 tmpRot2.set(targetModel.getWorldRotation()).inverseLocal().mult(tmpRot1, tmpRot1); in update() 278 targetModel.getWorldRotation().mult(tmpRot1, tmpRot1); in matchPhysicObjectToBone() 726 q3.set(targetModel.getWorldRotation()).inverseLocal().mult(q2, q2); in blendToKinematicMode()
|
D | CharacterControl.java | 139 …tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(loca… in update()
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | PhysicsHoverControl.java | 108 setPhysicsRotation(spatial.getWorldRotation().toRotationMatrix()); in setSpatial() 184 debugShape.setLocalRotation(motionState.getWorldRotation()); in render()
|
D | TestHoveringTank.java | 165 Quaternion rot = spaceCraft.getWorldRotation(); in makeMissile() 222 Quaternion rot = spaceCraft.getWorldRotation(); in updateCamera()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
D | VehicleWheel.java | 104 …tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal… in applyWheelTransform() 107 …tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().mult(loca… in applyWheelTransform()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | VehicleWheel.java | 108 …tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().multLocal… in applyWheelTransform() 111 …tmp_inverseWorldRotation.set(wheelSpatial.getParent().getWorldRotation()).inverseLocal().mult(loca… in applyWheelTransform()
|
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
D | RotationTrack.java | 81 startRotation.set(spatial.getWorldRotation()); in onPlay()
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
D | SceneLoader.java | 382 Quaternion q = node.getWorldRotation(); in endElement() 396 Quaternion q = node.getWorldRotation(); in endElement()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | Spatial.java | 320 public Quaternion getWorldRotation() { in getWorldRotation() method in Spatial 1451 store.multLocal(getWorldRotation()); in getLocalToWorldMatrix()
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
D | ParticleEmitter.java | 1081 inverseRotation = this.getWorldRotation().toRotationMatrix(vars.tempMat3).invertLocal(); in renderFromControl()
|