| Package | Description |
|---|---|
| com.jme3.scene.plugins.fbx.file |
| Modifier and Type | Method and Description |
|---|---|
static FbxFile |
FbxReader.readFBX(java.io.InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FbxDump.dumpFile(FbxFile file)
Dump FBX to standard output.
|
static void |
FbxDump.dumpFile(FbxFile file,
java.io.OutputStream out)
Dump FBX to the given output stream.
|