HomeSort by relevance Sort by last modified time
    Searched defs:setLocalRotation (Results 1 - 11 of 11) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNode.java 90 cube2.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z));
93 batch.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Z));
TestBatchNodeCluster.java 341 terrain.setLocalRotation(new Quaternion().fromAngleAxis(time, Vector3f.UNIT_Y));
  /external/jmonkeyengine/engine/src/test/jme3test/input/
TestChaseCamera.java 69 ground.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
TestCameraNode.java 79 ground.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCollisionShapeFactory.java 112 geometry.setLocalRotation(new Quaternion().fromAngles((float) Math.random() * FastMath.PI, (float) Math.random() * FastMath.PI, (float) Math.random() * FastMath.PI));
TestHoveringTank.java 146 spaceCraft.setLocalRotation(new Quaternion(new float[]{0, 0.01f, 0}));
181 missile.setLocalRotation(hoverControl.getPhysicsRotation());
  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestParallax.java 90 g.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
  /external/jmonkeyengine/engine/src/test/jme3test/water/
TestSceneWater.java 131 water.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 80 * water.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
514 geom.setLocalRotation(new Quaternion().fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X));
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 786 * <code>setLocalRotation</code> sets the local rotation of this node
792 public void setLocalRotation(Matrix3f rotation) {
798 * <code>setLocalRotation</code> sets the local rotation of this node.
803 public void setLocalRotation(Quaternion quaternion) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGeometry.java 131 setLocalRotation(0);
180 protected void setLocalRotation(float r) {

Completed in 208 milliseconds