Package com.jme3.scene.plugins.fbx.file
Class FbxFile
java.lang.Object
com.jme3.scene.plugins.fbx.file.FbxFile
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanBetween file versions 7400 and 7500, the "endOffset", "propCount", and "propsLength" fields in an FBX element were extended, from 4 bytes to 8 bytes each.intBetween file versions 7400 and 7500, the FBX block sentinel was reduced, from 13 bytes to 9 bytes.toString()
- 
Field Details- 
rootElements
- 
versionpublic long version
 
- 
- 
Constructor Details- 
FbxFilepublic FbxFile()
 
- 
- 
Method Details- 
hasExtendedOffsetspublic 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
 
- 
numSentinelBytespublic 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
 
-