OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildBone
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
BoneContext.java
38
/** Created bone (available after calling '
buildBone
' method). */
40
/** Bone's pose transform (available after calling '
buildBone
' method). */
167
public Bone
buildBone
(List<Bone> bones, Map<Bone, Long> boneOMAs, BlenderContext blenderContext) {
183
bone.addChild(child.
buildBone
(bones, boneOMAs, blenderContext));
199
* @return built bone (available after calling '
buildBone
' method)
ArmatureHelper.java
96
bc.
buildBone
(result, bonesOMAs, blenderContext);
Completed in 329 milliseconds