facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FB_ngon_encoding (quads in glTF)

UltraEngine opened this issue · comments

What is the status of this extension?:
KhronosGroup/glTF#1620

Is this in use in the FBX to glTF converter? I cannot find any mention of it in this repository. We'll support it if it exists.

All I really care about is quads, so if you want to simplify this that's fine too.

I also have this I am working on. Let me know if you would like to collaborate:
https://github.com/UltraEngine/glTF/tree/main/extensions/2.0/Vendor/ULTRA_primitive_quads

I'm interested in adding this feature to our maintained version of fbx2gltf https://github.com/godotengine/FBX2glTF

Feel free to make a pr to our version.