Class FbxFile

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

public class FbxFile extends Object
  • Field Details

    • rootElements

      public List<FbxElement> rootElements
    • version

      public long version
  • Constructor Details

    • FbxFile

      public FbxFile()
  • Method Details

    • hasExtendedOffsets

      public boolean hasExtendedOffsets()
      Between file versions 7400 and 7500, the "endOffset", "propCount", and "propsLength" fields in an FBX element were extended, from 4 bytes to 8 bytes each.
      Returns:
      true for 8-byte offsets, otherwise false
    • numSentinelBytes

      public int numSentinelBytes()
      Between file versions 7400 and 7500, the FBX block sentinel was reduced, from 13 bytes to 9 bytes.
      Returns:
      the number of bytes in the block sentinel (≥0)
    • toString

      public String toString()
      Overrides:
      toString in class Object