Package com.jme3.scene.plugins.fbx.file
Class FbxFile
java.lang.Object
com.jme3.scene.plugins.fbx.file.FbxFile
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
 - 
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
 
 -