public final class FbxDump
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
protected static void |
dumpElement(FbxElement el,
java.io.PrintStream ps,
int indent,
java.util.Map<FbxId,FbxElement> uidToObjectMap) |
static void |
dumpFile(FbxFile file)
Dump FBX to standard output.
|
static void |
dumpFile(FbxFile file,
java.io.OutputStream out)
Dump FBX to the given output stream.
|
protected static void |
dumpProperty(java.lang.String id,
char propertyType,
java.lang.Object property,
java.io.PrintStream ps,
java.util.Map<FbxId,FbxElement> uidToObjectMap) |
public static void dumpFile(FbxFile file)
file
- the file to dump.public static void dumpFile(FbxFile file, java.io.OutputStream out)
file
- the file to dump.out
- the output stream where to output.protected static void dumpProperty(java.lang.String id, char propertyType, java.lang.Object property, java.io.PrintStream ps, java.util.Map<FbxId,FbxElement> uidToObjectMap)
protected static void dumpElement(FbxElement el, java.io.PrintStream ps, int indent, java.util.Map<FbxId,FbxElement> uidToObjectMap)