third_party/libassimp/tnt/README.md
To update assimp use the following steps:
out/ directory and from there run
cmake .. -DCMAKE_BUILD_TYPE=Release, then make -jout/ copy revision.h to the root of the assimp source treeout/ copy include/assimp/config.h to include/assimp/config.h in the root of the assimp source treetnt/CMakeLists.txt and update the lists of public headers, private headers and source
files. All files present on disk can be listed but to speed up build times you should remove
source files related to importers/exporters we do not use-DASSIMP_BUILD_NO_ to skip all
the importers we do not want to use-DASSIMP_BUILD_NO_EXPORTER is still there to remove all exportersIn addition we recommend to remove the following directories:
samples/test/tools/We do not use these directories and they take up unnecessary space on disk.
(1)
Negate the bitangent in CalcTangentsProcess.cpp (see Filament commit 84eb954).