/external/jmonkeyengine/engine/src/test/jme3test/model/anim/ |
D | TestCustomAnim.java | 71 dl.setDirection(Vector3f.UNIT_XYZ.negate()); in simpleInitApp() 93 bone.setBindTransforms(Vector3f.ZERO, Quaternion.IDENTITY, Vector3f.UNIT_XYZ); in simpleInitApp() 138 bone.setUserTransforms(Vector3f.ZERO, rotation, Vector3f.UNIT_XYZ); in simpleUpdate()
|
D | TestSpatialAnim.java | 30 dl.setDirection(Vector3f.UNIT_XYZ.negate()); in simpleInitApp() 67 scales[i] = Vector3f.UNIT_XYZ; in simpleInitApp()
|
D | TestAnimationFactory.java | 30 dl.setDirection(Vector3f.UNIT_XYZ.negate()); in simpleInitApp()
|
D | TestOgreComplexAnim.java | 134 b.setUserTransforms(Vector3f.ZERO, q, Vector3f.UNIT_XYZ); in simpleUpdate()
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Transform.java | 295 capsule.write(scale, "scale", Vector3f.UNIT_XYZ); in write() 303 scale = (Vector3f)capsule.readSavable("scale", Vector3f.UNIT_XYZ); in read()
|
D | Vector3f.java | 63 public final static Vector3f UNIT_XYZ = new Vector3f(1, 1, 1); field in Vector3f
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/ |
D | PhysicsCollisionObject.java | 175 debugArrow = new Arrow(Vector3f.UNIT_XYZ); in attachDebugShape() 195 debugArrow = new Arrow(Vector3f.UNIT_XYZ); in attachDebugShape()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/ |
D | PhysicsCollisionObject.java | 195 debugArrow = new Arrow(Vector3f.UNIT_XYZ); in attachDebugShape() 215 debugArrow = new Arrow(Vector3f.UNIT_XYZ); in attachDebugShape()
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | SkyFactory.java | 200 return createSky(assetManager, west, east, north, south, up, down, Vector3f.UNIT_XYZ); in createSky() 204 return createSky(assetManager, texture, Vector3f.UNIT_XYZ, sphereMap); in createSky()
|
/external/jmonkeyengine/engine/src/test/jme3test/renderer/ |
D | TestParallelProjection.java | 58 dl.setDirection(Vector3f.UNIT_XYZ.negate()); in simpleInitApp()
|
D | TestMultiViews.java | 57 dl.setDirection(Vector3f.UNIT_XYZ.negate()); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | HeightfieldCollisionShape.java | 47 createCollisionHeightfield(heightmap, Vector3f.UNIT_XYZ); in HeightfieldCollisionShape()
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
D | TerrainPatch.java | 881 oc.write(stepScale, "stepScale", Vector3f.UNIT_XYZ); in write() 882 oc.write(offset, "offset", Vector3f.UNIT_XYZ); in write() 899 stepScale = (Vector3f) ic.readSavable("stepScale", Vector3f.UNIT_XYZ); in read() 900 offset = (Vector2f) ic.readSavable("offset", Vector3f.UNIT_XYZ); in read()
|
D | TerrainGrid.java | 214 this(name, patchSize, maxVisibleSize, Vector3f.UNIT_XYZ, terrainQuadGrid); in TerrainGrid() 239 this(name, patchSize, maxVisibleSize, Vector3f.UNIT_XYZ, heightMapGrid); in TerrainGrid()
|
D | TerrainQuad.java | 120 private Vector3f lastScale = Vector3f.UNIT_XYZ; 149 this(name, patchSize, totalSize, Vector3f.UNIT_XYZ, heightMap); 163 this(name, patchSize, totalSize, quadSize, Vector3f.UNIT_XYZ, heightMap);
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | HeightfieldCollisionShape.java | 48 createCollisionHeightfield(heightmap, Vector3f.UNIT_XYZ); in HeightfieldCollisionShape()
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
D | TestMultiViewsFilters.java | 66 dl.setDirection(Vector3f.UNIT_XYZ.negate()); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | Bone.java | 385 worldBindInverseScale.set(Vector3f.UNIT_XYZ); in setBindingPose()
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
D | KinematicRagdollControl.java | 366 … baseRigidBody = new PhysicsRigidBody(new BoxCollisionShape(Vector3f.UNIT_XYZ.mult(0.1f)), 1); in scanSpatial()
|