public class FbxObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
FbxElement |
element |
long |
id |
java.lang.String |
name |
protected SceneLoader |
scene |
java.lang.String |
type |
Constructor and Description |
---|
FbxObject(SceneLoader scene,
FbxElement element) |
Modifier and Type | Method and Description |
---|---|
void |
link(FbxObject child) |
void |
link(FbxObject child,
java.lang.String propertyName) |
void |
linkToZero() |
protected static void |
readVectorFromProp(Vector3f store,
FbxElement propElement) |
protected final SceneLoader scene
public final FbxElement element
public final long id
public final java.lang.String name
public final java.lang.String type
public FbxObject(SceneLoader scene, FbxElement element)
public void link(FbxObject child)
public void link(FbxObject child, java.lang.String propertyName)
public void linkToZero()
protected static void readVectorFromProp(Vector3f store, FbxElement propElement)