Home
last modified time | relevance | path

Searched refs:bonesPoseChannels (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DBoneContext.java64 …ucture, Matrix4f objectToArmatureMatrix, final Map<Long, Structure> bonesPoseChannels, BlenderCont… in BoneContext() argument
65 this(boneStructure, null, objectToArmatureMatrix, bonesPoseChannels, blenderContext); in BoneContext()
85 …parent, Matrix4f objectToArmatureMatrix, final Map<Long, Structure> bonesPoseChannels, BlenderCont… in BoneContext() argument
96 …this.children.add(new BoneContext(child, this, objectToArmatureMatrix, bonesPoseChannels, blenderC… in BoneContext()
99 poseChannel = bonesPoseChannels.get(boneStructure.getOldMemoryAddress()); in BoneContext()
DArmatureHelper.java94 …arent, List<Bone> result, Matrix4f arbt, final Map<Long, Structure> bonesPoseChannels, BlenderCont… in buildBones() argument
95 BoneContext bc = new BoneContext(boneStructure, arbt, bonesPoseChannels, blenderContext); in buildBones()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
DArmatureModifier.java106 Map<Long, Structure> bonesPoseChannels = new HashMap<Long, Structure>(chanbase.size()); in ArmatureModifier() local
109 bonesPoseChannels.put(pBone.getOldMemoryAddress(), poseChannel); in ArmatureModifier()
120 …s(bonebase.get(i), null, bonesList, objectToArmatureTransformation, bonesPoseChannels, blenderCont… in ArmatureModifier() local