OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWorldBindScale
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Feature.java
166
worldTransform.setScale(bone.
getWorldBindScale
());
261
result.setTransform(bone.getWorldBindPosition(), bone.
getWorldBindScale
(), bone.getWorldBindRotation().toRotationMatrix());
279
result.setTransform(parent.getWorldBindPosition(), parent.
getWorldBindScale
(), parent.getWorldBindRotation().toRotationMatrix());
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java
295
public Vector3f
getWorldBindScale
() {
Completed in 23 milliseconds