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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
BoneContext.java 148 localTransform.setScale(bone.getLocalScale());
CalculationBone.java 74 return new Vector3f(0, this.getLocalScale().y, 0);
108 scales[frame].set(this.getLocalScale());
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java 68 trans.setScale(currentSpatial.getLocalScale());
102 shape.addChildShape(new HeightfieldCollisionShape(terrain.getHeightMap(), terrain.getLocalScale()),
166 return new HeightfieldCollisionShape(terrain.getHeightMap(), terrain.getLocalScale());
169 return new HeightfieldCollisionShape(terrain.getHeightMap(), terrain.getLocalScale());
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Feature.java 162 localTransform.setScale(bone.getLocalScale());
170 poseTransform.setScale(bone.getLocalScale());
174 parentLocalTransform.setScale(bone.getLocalScale());
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java 196 public Vector3f getLocalScale() {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 809 * <code>getLocalScale</code> retrieves the local scale of this node.
813 public Vector3f getLocalScale() {
    [all...]

Completed in 268 milliseconds