Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 546 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 546 Bytes

FbxStream

An example on how to use FbxStream to read/write data from a memory source.

e.g read/write roundtrip

How to use

run FbxStream executable followed by the absolute path to your fbx file.

e.g

cd <install_directory>

./FbxStream <abs_path_to_project>/sampleData/simpleAnim.fbx 
FbxStream read/write passed successfully!
FBX Sdk destroyed successfully!

How to build