assimp/code/PostProcessing
RevoluPowered 514257f587 Added unit tests for ArmaturePopulate when used (added huestos model to tests)
Added clear documentation for this too to explain, you need to enable it to make it available

Signed-off-by: RevoluPowered <gordon@gordonite.tech>
2019-10-27 14:16:39 +00:00
..
ArmaturePopulate.cpp Added unit tests for ArmaturePopulate when used (added huestos model to tests) 2019-10-27 14:16:39 +00:00
ArmaturePopulate.h Added unit tests for ArmaturePopulate when used (added huestos model to tests) 2019-10-27 14:16:39 +00:00
CalcTangentsProcess.cpp fix for div by zero reported by address sanitizer 2019-08-16 17:04:42 -07:00
CalcTangentsProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
ComputeUVMappingProcess.cpp Fix UV texture coords generation along Z Axis 2019-09-23 11:22:20 +02:00
ComputeUVMappingProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
ConvertToLHProcess.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
ConvertToLHProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
DeboneProcess.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
DeboneProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
DropFaceNormalsProcess.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
DropFaceNormalsProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
EmbedTexturesProcess.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
EmbedTexturesProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
FindDegenerates.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
FindDegenerates.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
FindInstancesProcess.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
FindInstancesProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
FindInvalidDataProcess.cpp Cleanup the public headers. 2019-10-11 13:27:36 +02:00
FindInvalidDataProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
FixNormalsStep.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
FixNormalsStep.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
GenBoundingBoxesProcess.cpp PostProcesswing: add gen-aabb process to postprocessing. 2019-06-23 20:24:32 +02:00
GenBoundingBoxesProcess.h Add unittest. 2019-06-24 21:37:53 +02:00
GenFaceNormalsProcess.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
GenFaceNormalsProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
GenVertexNormalsProcess.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
GenVertexNormalsProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
ImproveCacheLocality.cpp Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
ImproveCacheLocality.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
JoinVerticesProcess.cpp Stop JoinVerticiesProcess removing bones from mesh as per #2596 2019-08-19 19:35:44 +01:00
JoinVerticesProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
LimitBoneWeightsProcess.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
LimitBoneWeightsProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
MakeVerboseFormat.cpp Make IsVerbose accessible outside the exporter 2019-08-30 11:42:23 +01:00
MakeVerboseFormat.h Make IsVerbose accessible outside the exporter 2019-08-30 11:42:23 +01:00
OptimizeGraph.cpp Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
OptimizeGraph.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
OptimizeMeshes.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
OptimizeMeshes.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
PretransformVertices.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
PretransformVertices.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
ProcessHelper.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
ProcessHelper.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
RemoveRedundantMaterials.cpp Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
RemoveRedundantMaterials.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
RemoveVCProcess.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
RemoveVCProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
ScaleProcess.cpp Prototype unit system for assimp generic enough to be used across formats. 2019-08-21 21:41:41 +01:00
ScaleProcess.h ScaleProcess overhauled to improve compatibility with animations and unit conversion. 2019-08-19 17:36:57 +01:00
SortByPTypeProcess.cpp Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
SortByPTypeProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
SplitLargeMeshes.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
SplitLargeMeshes.h Add unittest. 2019-06-24 21:37:53 +02:00
TextureTransform.cpp Reorg of code. 2019-06-06 14:45:43 +02:00
TextureTransform.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
TriangulateProcess.cpp Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
TriangulateProcess.h Fix the compile pass, still unresolved symbols. 2019-06-10 23:26:00 +02:00
ValidateDataStructure.cpp gltf2.0 importer - Support for mesh morph animations added. 2019-09-25 09:58:23 +01:00
ValidateDataStructure.h gltf2.0 importer - Support for mesh morph animations added. 2019-09-25 09:58:23 +01:00