assimp/code/Importer/IFC
rickomax 35a044bda3 Various additions/fixes (FBX blend-shapes support added)
Added animMesh name assignment at ColladaLoader
Fixed animMesh post-processing on ConvertToLhProcess (blend-shapes weren't being affected by post-processing)
Added WindowsStore define. This is used to change some incompatible WinRT methods
Added FBX blend-shapes and blend-shapes animations support
Added Maya FBX specific texture slots parsing
Added extra FBX metadata parsing
Added GLTF2 vertex color parsing
Fixed IFC-Loader zip-buffer reading rountine
Fixed OBJ file parsing line-breaker bug
Fixed IOStreamBuffer cache over-read bug
Added mName field to aiAnimMesh
Reverted EmissiveFactor, TransparencyFactor and SpecularFactor assignment on FBXConverter. Really, the commit #817 breaks a lot of old code.
2019-01-06 16:37:30 -02:00
..
IFCBoolean.cpp fix case-sensitive typo in include. 2018-01-13 10:54:38 +01:00
IFCCurve.cpp update license dates. 2018-01-28 19:42:05 +01:00
IFCGeometry.cpp Pass parameter by reference 2018-08-03 14:51:01 +02:00
IFCLoader.cpp Various additions/fixes (FBX blend-shapes support added) 2019-01-06 16:37:30 -02:00
IFCLoader.h update license dates. 2018-01-28 19:42:05 +01:00
IFCMaterial.cpp update license dates. 2018-01-28 19:42:05 +01:00
IFCOpenings.cpp IFC: introduce new namespace fpr IFC-schema2x3 2018-01-13 10:27:45 +01:00
IFCProfile.cpp update license dates. 2018-01-28 19:42:05 +01:00
IFCReaderGen1_2x3.cpp IFC: introduce new namespace fpr IFC-schema2x3 2018-01-13 10:27:45 +01:00
IFCReaderGen2_2x3.cpp IFC: introduce new namespace fpr IFC-schema2x3 2018-01-13 10:27:45 +01:00
IFCReaderGen_2x3.h IFC: introduce new namespace fpr IFC-schema2x3 2018-01-13 10:27:45 +01:00
IFCReaderGen_4.cpp Fixed include: IFCReaderGen_4 instead of IFCReaderGen4 2018-10-06 16:12:58 +02:00
IFCReaderGen_4.h closes https://github.com/assimp/assimp/issues/1752: move guard over include statement. 2018-02-03 08:46:03 +01:00
IFCUtil.cpp Fix typos on code using codespell 2018-05-13 16:35:03 +02:00
IFCUtil.h Improved memory footprint of IFC loading by avoiding keeping in cache duplicated indices. 2018-04-18 11:12:40 +02:00