Package com.jme3.scene.plugins.fbx.anim
Class FbxLimbNode
java.lang.Object
com.jme3.scene.plugins.fbx.obj.FbxObject<com.jme3.scene.Spatial>
com.jme3.scene.plugins.fbx.node.FbxNode
com.jme3.scene.plugins.fbx.anim.FbxLimbNode
-
Field Summary
FieldsFields inherited from class com.jme3.scene.plugins.fbx.node.FbxNode
cachedWorldBindPose, children, jmeLocalBindPose, jmeLocalNodeTransform, jmeWorldBindPose, jmeWorldNodeTransform, materials, nodeAttribute, parent, propertyToAnimCurveMap, skeleton, userData, visibilityFields inherited from class com.jme3.scene.plugins.fbx.obj.FbxObject
assetManager, className, id, jmeObject, name, sceneFolderName, subclassName -
Constructor Summary
ConstructorsConstructorDescriptionFbxLimbNode(com.jme3.asset.AssetManager assetManager, String sceneFolderName) -
Method Summary
Modifier and TypeMethodDescriptionstatic com.jme3.animation.SkeletoncreateSkeleton(FbxNode skeletonHolderNode) com.jme3.animation.BoneMethods inherited from class com.jme3.scene.plugins.fbx.node.FbxNode
computeFbxLocalTransform, connectObject, connectObjectProperty, createScene, createSkeletons, fromElement, getChildren, getJmeSkeleton, getPreferredParent, setWorldBindPose, toJmeObject, updateWorldTransformsMethods inherited from class com.jme3.scene.plugins.fbx.obj.FbxObject
getClassName, getFullClassName, getId, getJmeObject, getName, getSubclassName, isJmeObjectCreated, toString, unsupportedConnectObject, unsupportedConnectObjectProperty
-
Field Details
-
skeletonHolder
-
bone
protected com.jme3.animation.Bone bone
-
-
Constructor Details
-
FbxLimbNode
-
-
Method Details
-
createSkeleton
-
getSkeletonHolder
-
getJmeBone
public com.jme3.animation.Bone getJmeBone()
-