Skip to content
/ openfbx Public
forked from dobkeratops/openfbx

fbx importer lgpl; no use of autodesk sdk; debug viewer; reads mesh and animations

License

Notifications You must be signed in to change notification settings

dgu123/openfbx

 
 

Repository files navigation

fbx LGPL importer c++ no use of autodesk SDK reads subset of fbx 3d model file format(ascii). Intended for a file translator or integration in other tools/engines only tested with a small number of fbx files from blender so far. support at the moment:- -coordinate frames -animation curves -mesh -weighmaps -animation -UV's verified in a debug-viewer(but no texture viewer)

includes a vertex reducer to find {xyz,uv..} vertices for rendering

fbxviewer.cpp is the test program , loads a file passed in the command line & views it

About

fbx importer lgpl; no use of autodesk sdk; debug viewer; reads mesh and animations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • Other 1.1%