izrik/ChamberLib

How to use

Opened this issue · 1 comments

Hi izrik, how can I use your library to open a fbx file and read its content?
Thank you

izrik commented

@deviloper Hi, sorry for the delay. There is a companion library, ChamberLib.FbxSharp, that can load an FBX file and populate a ChamberLib Model object with the geometry, textures, bones, and animations. If you just want to read FBX files, without using ChamberLib, take look at FbxSharp. It provides an API that roughly mirrors that of Autodesk's FBX SDK. These libraries can also be found on Nuget.