assimp/code/PostProcessing
iamAdrianIusca aca6aaf35d small changes
- removed static definition
- use emplace_back instead of push_back
- changed the c++ deprecated headers
- removed some redundant std containers initialization in the destructor
- removed redundant .clear call for the std containers in the destructor
- added some const reference for some std container parameters
- other small changes in different places
2020-03-01 11:12:37 +02:00
..
ArmaturePopulate.cpp Update ArmaturePopulate.cpp 2020-02-09 11:14:42 +01:00
ArmaturePopulate.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
CalcTangentsProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
CalcTangentsProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ComputeUVMappingProcess.cpp small changes 2020-03-01 11:12:37 +02:00
ComputeUVMappingProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ConvertToLHProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
ConvertToLHProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
DeboneProcess.cpp small changes 2020-03-01 11:12:37 +02:00
DeboneProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
DropFaceNormalsProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
DropFaceNormalsProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
EmbedTexturesProcess.cpp Merge branch 'master' into kimkulling-patch-1 2020-01-29 14:37:32 +01:00
EmbedTexturesProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
FindDegenerates.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
FindDegenerates.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
FindInstancesProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
FindInstancesProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
FindInvalidDataProcess.cpp small changes 2020-03-01 11:12:37 +02:00
FindInvalidDataProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
FixNormalsStep.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
FixNormalsStep.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenBoundingBoxesProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenBoundingBoxesProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenFaceNormalsProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenFaceNormalsProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenVertexNormalsProcess.cpp small changes 2020-03-01 11:12:37 +02:00
GenVertexNormalsProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ImproveCacheLocality.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
ImproveCacheLocality.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
JoinVerticesProcess.cpp small changes 2020-03-01 11:12:37 +02:00
JoinVerticesProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
LimitBoneWeightsProcess.cpp small changes 2020-03-01 11:12:37 +02:00
LimitBoneWeightsProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
MakeVerboseFormat.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
MakeVerboseFormat.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
OptimizeGraph.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
OptimizeGraph.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
OptimizeMeshes.cpp small changes 2020-03-01 11:12:37 +02:00
OptimizeMeshes.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
PretransformVertices.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
PretransformVertices.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ProcessHelper.cpp small changes 2020-03-01 11:12:37 +02:00
ProcessHelper.h Fixed TextureTypeToString defined multiple times. 2020-02-06 13:19:01 -05:00
RemoveRedundantMaterials.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
RemoveRedundantMaterials.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
RemoveVCProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
RemoveVCProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ScaleProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
ScaleProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
SortByPTypeProcess.cpp small changes 2020-03-01 11:12:37 +02:00
SortByPTypeProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
SplitLargeMeshes.cpp small changes 2020-03-01 11:12:37 +02:00
SplitLargeMeshes.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
TextureTransform.cpp more changes 2020-02-18 19:02:14 +02:00
TextureTransform.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
TriangulateProcess.cpp small changes 2020-03-01 11:12:37 +02:00
TriangulateProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ValidateDataStructure.cpp Added missing texture types when searching for invalid textures. 2020-02-11 11:42:13 -05:00
ValidateDataStructure.h Updated copyright dates. 2020-01-20 08:53:12 -05:00