Package com.jme3.scene.plugins.fbx.anim
Class FbxAnimCurveNode
java.lang.Object
com.jme3.scene.plugins.fbx.obj.FbxObject
com.jme3.scene.plugins.fbx.anim.FbxAnimCurveNode
- 
Field Summary
Fields inherited from class com.jme3.scene.plugins.fbx.obj.FbxObject
assetManager, className, id, jmeObject, name, sceneFolderName, subclassName - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddInfluencedNode(FbxNode node, String property) voidconnectObject(FbxObject object) voidconnectObjectProperty(FbxObject object, String property) voidfromElement(FbxElement element) getQuaternionValue(long time) Converts the euler angles fromgetVector3Value(long)to a quaternion rotation.getVector3Value(long time) protected ObjectMethods inherited from class com.jme3.scene.plugins.fbx.obj.FbxObject
getClassName, getFullClassName, getId, getJmeObject, getName, getSubclassName, isJmeObjectCreated, toString, unsupportedConnectObject, unsupportedConnectObjectProperty 
- 
Constructor Details
- 
FbxAnimCurveNode
 
 - 
 - 
Method Details
- 
fromElement
- Overrides:
 fromElementin classFbxObject
 - 
addInfluencedNode
 - 
getInfluencedNodeProperties
 - 
getCurves
 - 
getVector3Value
 - 
getQuaternionValue
Converts the euler angles fromgetVector3Value(long)to a quaternion rotation.- Parameters:
 time- Time at which to get the euler angles.- Returns:
 - The rotation at time
 
 - 
toJmeObject
- Specified by:
 toJmeObjectin classFbxObject
 - 
connectObject
- Specified by:
 connectObjectin classFbxObject
 - 
connectObjectProperty
- Specified by:
 connectObjectPropertyin classFbxObject
 
 -