FBX2glTF/src
Par Winzell 423458a841 Construct JSON with explicit key order.
We are at liberty to order our JSON any way we like (by spec) and we can
improve readability a lot by doing so. By default, this JSON library
uses an unordered map for objects, but it's relatively easy to switch in
a FiFo map that keeps track of the insertion order.
2017-11-17 11:37:19 -08:00
..
glTF Fixes for Linux/GCC. 2017-11-06 12:20:15 -08:00
utils Do the right thing with empty directory path. 2017-10-25 12:02:25 -07:00
FBX2glTF.h Initial commit. 2017-10-13 01:55:11 -07:00
Fbx2Raw.cpp Only use vertex alpha if color layer is present. 2017-11-14 13:47:34 -08:00
Fbx2Raw.h Initial commit. 2017-10-13 01:55:11 -07:00
Raw2Gltf.cpp Drop misleading warning. 2017-11-16 14:10:30 -08:00
Raw2Gltf.h Construct JSON with explicit key order. 2017-11-17 11:37:19 -08:00
RawModel.cpp Blend Shape / Morph Target Support (#33) 2017-11-05 00:06:24 -07:00
RawModel.h Blend Shape / Morph Target Support (#33) 2017-11-05 00:06:24 -07:00
main.cpp Make blend shape normals/tangents opt-in. (#40) 2017-11-14 14:36:44 -08:00
mathfu.h Switch FbxDouble4 uses to FbxVector4, clean up. 2017-11-03 21:48:41 -07:00