..
ArmaturePopulate.cpp
Tidying order of function calls and fixed debug statements
2019-10-27 14:16:39 +00:00
ArmaturePopulate.h
Fixed template being used in file
2019-10-29 20:21:16 +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
Odd negative scale: OptimizeGraph
2019-12-09 10:42:50 +00: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
Odd negative scale: OptimizeGraph
2019-12-09 10:42:50 +00:00
OptimizeGraph.h
Odd negative scale: OptimizeGraph
2019-12-09 10:42:50 +00: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
Odd Negative Scale: PretransformVertices
2019-12-09 11:07:13 +00:00
PretransformVertices.h
Odd Negative Scale: PretransformVertices
2019-12-09 11:07:13 +00: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
fix invalid cast.
2019-11-18 18:43:28 +01:00
ValidateDataStructure.h
gltf2.0 importer - Support for mesh morph animations added.
2019-09-25 09:58:23 +01:00