public class FbxAnimCurveNode extends FbxObject
assetManager, className, id, jmeObject, name, sceneFolderName, subclassName| Constructor and Description | 
|---|
FbxAnimCurveNode(AssetManager assetManager,
                java.lang.String sceneFolderName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addInfluencedNode(FbxNode node,
                 java.lang.String property)  | 
void | 
connectObject(FbxObject object)  | 
void | 
connectObjectProperty(FbxObject object,
                     java.lang.String property)  | 
void | 
fromElement(FbxElement element)  | 
java.util.Collection<FbxAnimCurve> | 
getCurves()  | 
java.util.Map<FbxNode,java.lang.String> | 
getInfluencedNodeProperties()  | 
Quaternion | 
getQuaternionValue(long time)
Converts the euler angles from  
getVector3Value(long) to
 a quaternion rotation. | 
Vector3f | 
getVector3Value(long time)  | 
protected java.lang.Object | 
toJmeObject()  | 
getClassName, getFullClassName, getId, getJmeObject, getName, getSubclassName, isJmeObjectCreated, toString, unsupportedConnectObject, unsupportedConnectObjectPropertypublic FbxAnimCurveNode(AssetManager assetManager, java.lang.String sceneFolderName)
public void fromElement(FbxElement element)
fromElement in class FbxObjectpublic void addInfluencedNode(FbxNode node, java.lang.String property)
public java.util.Map<FbxNode,java.lang.String> getInfluencedNodeProperties()
public java.util.Collection<FbxAnimCurve> getCurves()
public Vector3f getVector3Value(long time)
public Quaternion getQuaternionValue(long time)
getVector3Value(long) to
 a quaternion rotation.time - Time at which to get the euler angles.protected java.lang.Object toJmeObject()
toJmeObject in class FbxObjectpublic void connectObject(FbxObject object)
connectObject in class FbxObjectpublic void connectObjectProperty(FbxObject object, java.lang.String property)
connectObjectProperty in class FbxObject