HeapsIO / heaps

Heaps : Haxe Game Framework
http://heaps.io
MIT License
3.23k stars 342 forks source link

Consider moving fmt.fbx to the "format" haxelib #466

Closed kevinresol closed 5 years ago

kevinresol commented 6 years ago

So that other 3D libraries (e.g. kha) can use it as well.

ncannasse commented 6 years ago

I'm not against it but the problem is that we can only move the Parser (Reader) and Data definition to format lib, while most of the code is actually in BaseLibrary which references a lot of Heaps data structures (Object, Skin, Joint, Matrix etc.)

Reading FBX format does not allow directly to make sense of it, as it's a document format from which specific information needs to be extracted.

ncannasse commented 5 years ago

Closing for now.