Class FbxDump

java.lang.Object
com.jme3.scene.plugins.fbx.file.FbxDump

public final class FbxDump extends Object
Quick n' dirty dumper of FBX binary files. Outputs a format similar to an ASCII FBX file.
  • Method Details Link icon

    • dumpFile Link icon

      public static void dumpFile(FbxFile file)
      Dump FBX to standard output.
      Parameters:
      file - the file to dump.
    • dumpFile Link icon

      public static void dumpFile(FbxFile file, OutputStream out)
      Dump FBX to the given output stream.
      Parameters:
      file - the file to dump.
      out - the output stream where to output.
    • dumpProperty Link icon

      protected static void dumpProperty(String id, char propertyType, Object property, PrintStream ps, Map<FbxId,FbxElement> uidToObjectMap)
    • dumpElement Link icon

      protected static void dumpElement(FbxElement el, PrintStream ps, int indent, Map<FbxId,FbxElement> uidToObjectMap)