Massive reorganisation.

This finishes the first phase of the FBX2glTF refactor, breaking utility classes out where things were getting too monolithic.

There is an equally important cleanup phase coming where we wrench all the various parts of this code, including the historical ones that we've rarely touched as yet, into a single C++ style paradigm, and modernise everything to C++11 at least.

But for now, we're just picking the pieces back on the floor so we can push 0.9.6 out. It's been far too long since a release.
This commit is contained in:
Pär Winzell
2018-10-03 20:05:09 -07:00
committed by Par Winzell
parent 2a4da70de0
commit bbbba646de
12 changed files with 270 additions and 655 deletions

View File

@@ -7,6 +7,8 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include "Fbx2Raw.hpp"
#include <algorithm>
#include <vector>
#include <unordered_map>
@@ -24,7 +26,6 @@
#include "utils/File_Utils.hpp"
#include "utils/String_Utils.hpp"
#include "raw/RawModel.hpp"
#include "Fbx2Raw.hpp"
#include "FbxBlendShapesAccess.hpp"
#include "FbxLayerElementAccess.hpp"