| Package | Description |
|---|---|
| com.jme3.scene.plugins.fbx.anim | |
| com.jme3.scene.plugins.fbx.node |
| Modifier and Type | Class and Description |
|---|---|
class |
FbxLimbNode |
| Modifier and Type | Field and Description |
|---|---|
FbxNode |
FbxToJmeTrack.node |
protected FbxNode |
FbxLimbNode.skeletonHolder |
| Modifier and Type | Method and Description |
|---|---|
FbxNode |
FbxLimbNode.getSkeletonHolder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<FbxNode,java.lang.String> |
FbxAnimCurveNode.getInfluencedNodeProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
FbxAnimCurveNode.addInfluencedNode(FbxNode node,
java.lang.String property) |
static com.jme3.animation.Skeleton |
FbxLimbNode.createSkeleton(FbxNode skeletonHolderNode) |
| Modifier and Type | Class and Description |
|---|---|
class |
FbxRootNode |
| Modifier and Type | Field and Description |
|---|---|
protected FbxNode |
FbxNode.parent |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FbxNode> |
FbxNode.children |
| Modifier and Type | Method and Description |
|---|---|
FbxNode |
FbxNode.getPreferredParent()
If this geometry node is deformed by a skeleton, this
returns the node containing the skeleton.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FbxNode> |
FbxNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static com.jme3.scene.Spatial |
FbxNode.createScene(FbxNode fbxNode) |
static void |
FbxNode.createSkeletons(FbxNode fbxNode)
Create jME3 Skeleton objects on the scene.
|