assimp/code
Kim Kulling e3548fe850
Update glTF2Exporter.h
Fix typo.
2018-05-12 08:50:17 +02:00
..
Importer/IFC Next log call changes. 2018-04-20 16:23:24 +02:00
res Fix missing includes. 2017-03-05 15:05:40 +01:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
3DSConverter.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
3DSExporter.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
3DSExporter.h fix cppcheck findings. 2018-02-25 21:03:09 +01:00
3DSHelper.h Merge branch 'master' into new_license_dates 2018-01-28 20:16:17 +01:00
3DSLoader.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
3DSLoader.h update license dates. 2018-01-28 19:42:05 +01:00
3MFXmlTags.h 3MF: add missig tags for meta data. 2018-03-11 20:15:25 +01:00
ACLoader.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
ACLoader.h update license dates. 2018-01-28 19:42:05 +01:00
AMFImporter.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
AMFImporter.hpp Next log call changes. 2018-04-20 16:23:24 +02:00
AMFImporter_Geometry.cpp update license dates. 2018-01-28 19:42:05 +01:00
AMFImporter_Macro.hpp update license dates. 2018-01-28 19:42:05 +01:00
AMFImporter_Material.cpp update license dates. 2018-01-28 19:42:05 +01:00
AMFImporter_Node.hpp update license dates. 2018-01-28 19:42:05 +01:00
AMFImporter_Postprocess.cpp Optimize some std::string usages. 2018-03-20 18:43:54 +01:00
ASELoader.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
ASELoader.h update license dates. 2018-01-28 19:42:05 +01:00
ASEParser.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
ASEParser.h Merge branch 'master' into new_license_dates 2018-01-28 20:16:17 +01:00
AssbinExporter.cpp Warning LNK4221 when not building exporter. 2018-01-29 12:39:40 +01:00
AssbinExporter.h update license dates. 2018-01-28 19:42:05 +01:00
AssbinLoader.cpp update license dates. 2018-01-28 19:42:05 +01:00
AssbinLoader.h update license dates. 2018-01-28 19:42:05 +01:00
Assimp.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
AssimpCExport.cpp update license dates. 2018-01-28 19:42:05 +01:00
AssxmlExporter.cpp Warning LNK4221 when not building exporter. 2018-01-29 12:39:40 +01:00
AssxmlExporter.h update license dates. 2018-01-28 19:42:05 +01:00
B3DImporter.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
B3DImporter.h update license dates. 2018-01-28 19:42:05 +01:00
BVHLoader.cpp Optimize some std::string usages. 2018-03-20 18:43:54 +01:00
BVHLoader.h BVH: Initialize all members of Node in constructor 2018-02-03 17:38:30 +02:00
BaseImporter.cpp fix the build. 2018-04-26 14:36:59 +02:00
BaseProcess.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
BaseProcess.h update license dates. 2018-01-28 19:42:05 +01:00
Bitmap.cpp update license dates. 2018-01-28 19:42:05 +01:00
BlenderBMesh.cpp Address warnings on Clang 3.9 caused by having a static data member in a class template. 2017-10-05 23:55:10 +11:00
BlenderBMesh.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
BlenderDNA.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
BlenderDNA.h Add usage of log macros. 2018-04-19 16:48:43 +02:00
BlenderDNA.inl INtroduce new log macros. 2018-04-26 14:10:18 +02:00
BlenderIntermediate.h Issue #1776 Fixed potential crash bug in ObjectCompare, because it didn't follow strict weak ordering. As counter-intuitive as it seems, a comparator must return false for equal values. The C++ standard defines and expects this behavior: true if lhs < rhs, false otherwise. 2018-02-07 10:48:39 +01:00
BlenderLoader.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
BlenderLoader.h update license dates. 2018-01-28 19:42:05 +01:00
BlenderModifier.cpp move log tools from blender to logger interface. 2018-04-12 16:09:01 +02:00
BlenderModifier.h INtroduce new log macros. 2018-04-26 14:10:18 +02:00
BlenderScene.cpp Update BlenderScene.cpp 2018-02-16 22:16:10 +01:00
BlenderScene.h update license dates. 2018-01-28 19:42:05 +01:00
BlenderSceneGen.h Regression Testsuite: update database. 2016-04-19 08:49:14 +02:00
BlenderTessellator.cpp update license dates. 2018-01-28 19:42:05 +01:00
BlenderTessellator.h update license dates. 2018-01-28 19:42:05 +01:00
C4DImporter.cpp Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
C4DImporter.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
CInterfaceIOWrapper.cpp update license dates. 2018-01-28 19:42:05 +01:00
CInterfaceIOWrapper.h update license dates. 2018-01-28 19:42:05 +01:00
CMakeLists.txt 1740 Issue - Enabling and Disabling importers 2018-05-05 16:57:59 -04:00
COBLoader.cpp use correct log macro. 2018-04-26 22:01:41 +02:00
COBLoader.h INtroduce new log macros. 2018-04-26 14:10:18 +02:00
COBScene.h update license dates. 2018-01-28 19:42:05 +01:00
CSMLoader.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
CSMLoader.h update license dates. 2018-01-28 19:42:05 +01:00
CalcTangentsProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
CalcTangentsProcess.h update license dates. 2018-01-28 19:42:05 +01:00
ColladaExporter.cpp Optimize some std::string usages. 2018-03-20 18:43:54 +01:00
ColladaExporter.h update license dates. 2018-01-28 19:42:05 +01:00
ColladaHelper.h update license dates. 2018-01-28 19:42:05 +01:00
ColladaLoader.cpp closes https://github.com/assimp/assimp/issues/919: add missing cast for vs2015. 2018-05-10 09:44:31 +02:00
ColladaLoader.h Collada: add importer property that forces the use of collada names. Closes #1375. 2018-03-06 00:30:33 +01:00
ColladaParser.cpp Add usage of log macros, next files. 2018-04-19 17:21:21 +02:00
ColladaParser.h Support Maya 2018 Collada Export with blendshapes and bones controllers for a mesh 2018-03-15 21:41:40 -07:00
ComputeUVMappingProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
ComputeUVMappingProcess.h update license dates. 2018-01-28 19:42:05 +01:00
ConvertToLHProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
ConvertToLHProcess.h update license dates. 2018-01-28 19:42:05 +01:00
CreateAnimMesh.cpp Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
D3MFExporter.cpp Merge branch 'master' into develop_kimkulling 2018-03-21 21:20:28 +01:00
D3MFExporter.h 3MF: Export metadata. 2018-03-20 14:10:08 +01:00
D3MFImporter.cpp Silencing compile warnings during build, all little stuff like uint to size_t or BOOL to bool. 2018-05-03 15:03:14 -04:00
D3MFImporter.h update license dates. 2018-01-28 19:42:05 +01:00
D3MFOpcPackage.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
D3MFOpcPackage.h fix CanRead-method for the 3MF-Importer. 2018-03-13 17:50:34 +01:00
DXFHelper.h Add usage of log macros, next files. 2018-04-19 17:21:21 +02:00
DXFLoader.cpp Fixes DXF loader false positive on FBX file 2018-05-07 15:16:32 +02:00
DXFLoader.h update license dates. 2018-01-28 19:42:05 +01:00
DeboneProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
DeboneProcess.h update license dates. 2018-01-28 19:42:05 +01:00
DefaultIOStream.cpp update license dates. 2018-01-28 19:42:05 +01:00
DefaultIOSystem.cpp _stat64 doesn't seem to exist. use __stat64! 2018-05-08 13:01:56 -04:00
DefaultLogger.cpp https://github.com/assimp/assimp/issues/1796: return correct value on detach logger. 2018-03-20 14:53:57 +01:00
DefaultProgressHandler.h update license dates. 2018-01-28 19:42:05 +01:00
EmbedTexturesProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
EmbedTexturesProcess.h update license dates. 2018-01-28 19:42:05 +01:00
Exporter.cpp Change glTF2 file extensions from gltf2/glb2 to gltf/glb in the exporter so that it matches the importer and respect the standard specifications 2018-05-02 16:13:17 +02:00
FBXAnimation.cpp update license dates. 2018-01-28 19:42:05 +01:00
FBXBinaryTokenizer.cpp FBX: small optimization to avoind static computation in loop. 2018-05-12 08:09:27 +02:00
FBXCommon.h Initial FBX Export Support, sponsored by MyDidimo (mydidimo.com). 2018-02-19 13:53:55 +01:00
FBXCompileConfig.h update license dates. 2018-01-28 19:42:05 +01:00
FBXConverter.cpp Apply fix 2018-04-28 23:34:07 -04:00
FBXConverter.h Apply fix 2018-04-28 23:34:07 -04:00
FBXDeformer.cpp update license dates. 2018-01-28 19:42:05 +01:00
FBXDocument.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
FBXDocument.h fbx: global settings use float instead of double. 2018-02-04 17:13:58 +01:00
FBXDocumentUtil.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
FBXDocumentUtil.h Update FBXDocumentUtil.h 2017-12-17 18:43:23 +01:00
FBXExportNode.cpp FBX Export: use ai_snprintf. 2018-03-29 13:10:41 +02:00
FBXExportNode.h Implement ascii FBX export. 2018-03-29 01:44:32 +02:00
FBXExportProperty.cpp Implement ascii FBX export. 2018-03-29 01:44:32 +02:00
FBXExportProperty.h Implement ascii FBX export. 2018-03-29 01:44:32 +02:00
FBXExporter.cpp Fix misused log macros + compiler warnings. 2018-04-26 16:38:42 +02:00
FBXExporter.h Implement ascii FBX export. 2018-03-29 01:44:32 +02:00
FBXImportSettings.h update license dates. 2018-01-28 19:42:05 +01:00
FBXImporter.cpp update license dates. 2018-01-28 19:42:05 +01:00
FBXImporter.h update license dates. 2018-01-28 19:42:05 +01:00
FBXMaterial.cpp Fix default opacity of materials exported to FBX by Blender. 2018-03-07 09:15:08 +01:00
FBXMeshGeometry.cpp Update FBXMeshGeometry.cpp 2018-03-22 23:08:25 +01:00
FBXMeshGeometry.h FBX: fix parse error for uv-coordinates. 2018-03-22 22:14:10 +01:00
FBXModel.cpp update license dates. 2018-01-28 19:42:05 +01:00
FBXNodeAttribute.cpp update license dates. 2018-01-28 19:42:05 +01:00
FBXParser.cpp update license dates. 2018-01-28 19:42:05 +01:00
FBXParser.h update license dates. 2018-01-28 19:42:05 +01:00
FBXProperties.cpp update license dates. 2018-01-28 19:42:05 +01:00
FBXProperties.h update license dates. 2018-01-28 19:42:05 +01:00
FBXTokenizer.cpp update license dates. 2018-01-28 19:42:05 +01:00
FBXTokenizer.h update license dates. 2018-01-28 19:42:05 +01:00
FBXUtil.cpp update license dates. 2018-01-28 19:42:05 +01:00
FBXUtil.h update license dates. 2018-01-28 19:42:05 +01:00
FIReader.cpp update license dates. 2018-01-28 19:42:05 +01:00
FIReader.hpp update license dates. 2018-01-28 19:42:05 +01:00
FileLogStream.h update license dates. 2018-01-28 19:42:05 +01:00
FileSystemFilter.h Update FileSystemFilter.h 2018-02-21 13:10:51 +01:00
FindDegenerates.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
FindDegenerates.h update license dates. 2018-01-28 19:42:05 +01:00
FindInstancesProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
FindInstancesProcess.h fix some static-analysis findings. 2018-02-13 20:36:22 +01:00
FindInvalidDataProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
FindInvalidDataProcess.h update license dates. 2018-01-28 19:42:05 +01:00
FixNormalsStep.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
FixNormalsStep.h update license dates. 2018-01-28 19:42:05 +01:00
GenFaceNormalsProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
GenFaceNormalsProcess.h update license dates. 2018-01-28 19:42:05 +01:00
GenVertexNormalsProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
GenVertexNormalsProcess.h update license dates. 2018-01-28 19:42:05 +01:00
HMPFileData.h update license dates. 2018-01-28 19:42:05 +01:00
HMPLoader.cpp Add usage of log macros, next files. 2018-04-19 17:21:21 +02:00
HMPLoader.h update license dates. 2018-01-28 19:42:05 +01:00
HalfLifeFileData.h update license dates. 2018-01-28 19:42:05 +01:00
IFF.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
IRRLoader.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
IRRLoader.h update license dates. 2018-01-28 19:42:05 +01:00
IRRMeshLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
IRRMeshLoader.h update license dates. 2018-01-28 19:42:05 +01:00
IRRShared.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
IRRShared.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
Importer.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
Importer.h add missing constructor to ensure RTTI 2018-04-08 21:27:18 +02:00
ImporterRegistry.cpp update license dates. 2018-01-28 19:42:05 +01:00
ImproveCacheLocality.cpp Merge branch 'master' into use_log_macros 2018-04-26 14:13:04 +02:00
ImproveCacheLocality.h update license dates. 2018-01-28 19:42:05 +01:00
JoinVerticesProcess.cpp Merge branch 'master' into fix/blendshapes_join_identical_vertices_optimization_flag_v2 2018-04-27 12:45:47 +01:00
JoinVerticesProcess.h update license dates. 2018-01-28 19:42:05 +01:00
LWOAnimation.cpp update license dates. 2018-01-28 19:42:05 +01:00
LWOAnimation.h update license dates. 2018-01-28 19:42:05 +01:00
LWOBLoader.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
LWOFileData.h update license dates. 2018-01-28 19:42:05 +01:00
LWOLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
LWOLoader.h Next log call changes. 2018-04-20 16:23:24 +02:00
LWOMaterial.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
LWSLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
LWSLoader.h update license dates. 2018-01-28 19:42:05 +01:00
LimitBoneWeightsProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
LimitBoneWeightsProcess.h LimitBoneWeightsProcess: Initialize all members of Weight in constructor 2018-02-03 17:19:27 +02:00
MD2FileData.h update license dates. 2018-01-28 19:42:05 +01:00
MD2Loader.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
MD2Loader.h update license dates. 2018-01-28 19:42:05 +01:00
MD2NormalTable.h update license dates. 2018-01-28 19:42:05 +01:00
MD3FileData.h update license dates. 2018-01-28 19:42:05 +01:00
MD3Loader.cpp Fix misused log macros + compiler warnings. 2018-04-26 16:38:42 +02:00
MD3Loader.h update license dates. 2018-01-28 19:42:05 +01:00
MD4FileData.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MD5Loader.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
MD5Loader.h update license dates. 2018-01-28 19:42:05 +01:00
MD5Parser.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
MD5Parser.h update license dates. 2018-01-28 19:42:05 +01:00
MDCFileData.h update license dates. 2018-01-28 19:42:05 +01:00
MDCLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
MDCLoader.h update license dates. 2018-01-28 19:42:05 +01:00
MDCNormalTable.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
MDLDefaultColorMap.h update license dates. 2018-01-28 19:42:05 +01:00
MDLFileData.h MDLLoader: Replace raw pointer with vector to fix a memory leak 2018-02-06 19:22:32 +02:00
MDLLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
MDLLoader.h update license dates. 2018-01-28 19:42:05 +01:00
MDLMaterialLoader.cpp Fix c++11 usage. 2018-04-26 15:05:49 +02:00
MMDCpp14.h update license dates. 2018-01-28 19:42:05 +01:00
MMDImporter.cpp MMD: Fix memory leak 2018-01-02 20:35:06 +02:00
MMDImporter.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
MMDPmdParser.h update license dates. 2018-01-28 19:42:05 +01:00
MMDPmxParser.cpp update license dates. 2018-01-28 19:42:05 +01:00
MMDPmxParser.h update license dates. 2018-01-28 19:42:05 +01:00
MMDVmdParser.h update license dates. 2018-01-28 19:42:05 +01:00
MS3DLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
MS3DLoader.h update license dates. 2018-01-28 19:42:05 +01:00
MakeVerboseFormat.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
MakeVerboseFormat.h update license dates. 2018-01-28 19:42:05 +01:00
MaterialSystem.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
MaterialSystem.h update license dates. 2018-01-28 19:42:05 +01:00
NDOLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
NDOLoader.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
NFFLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
NFFLoader.h update license dates. 2018-01-28 19:42:05 +01:00
OFFLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
OFFLoader.h update license dates. 2018-01-28 19:42:05 +01:00
ObjExporter.cpp Fix Issue #1923: OBJ Exporter can't correctly export vertex colors 2018-04-30 16:29:22 +02:00
ObjExporter.h Fix Issue #1923: OBJ Exporter can't correctly export vertex colors 2018-04-30 16:29:22 +02:00
ObjFileData.h update license dates. 2018-01-28 19:42:05 +01:00
ObjFileImporter.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
ObjFileImporter.h update license dates. 2018-01-28 19:42:05 +01:00
ObjFileMtlImporter.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
ObjFileMtlImporter.h update license dates. 2018-01-28 19:42:05 +01:00
ObjFileParser.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
ObjFileParser.h update license dates. 2018-01-28 19:42:05 +01:00
ObjTools.h update license dates. 2018-01-28 19:42:05 +01:00
OgreBinarySerializer.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
OgreBinarySerializer.h update license dates. 2018-01-28 19:42:05 +01:00
OgreImporter.cpp update license dates. 2018-01-28 19:42:05 +01:00
OgreImporter.h update license dates. 2018-01-28 19:42:05 +01:00
OgreMaterial.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
OgreParsingUtils.h fix review findings. 2018-03-20 23:38:08 +01:00
OgreStructs.cpp Add usage of log macros, next files. 2018-04-19 17:21:21 +02:00
OgreStructs.h update license dates. 2018-01-28 19:42:05 +01:00
OgreXmlSerializer.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
OgreXmlSerializer.h Ogre: Change OgreXmlSerializer::ReadAttribute parameter from std::string to pointer 2018-01-30 20:12:46 +02:00
OpenGEXExporter.cpp update license dates. 2018-01-28 19:42:05 +01:00
OpenGEXExporter.h update license dates. 2018-01-28 19:42:05 +01:00
OpenGEXImporter.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
OpenGEXImporter.h OpenGEX: Use std::unique_ptr to fix some memory leaks 2018-02-06 20:20:16 +02:00
OpenGEXStructs.h update license dates. 2018-01-28 19:42:05 +01:00
OptimizeGraph.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
OptimizeGraph.h update license dates. 2018-01-28 19:42:05 +01:00
OptimizeMeshes.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
OptimizeMeshes.h update license dates. 2018-01-28 19:42:05 +01:00
PlyExporter.cpp Fix ply exporter to be conformant to spec respecting vertex colors. 2018-04-27 22:11:36 +02:00
PlyExporter.h update license dates. 2018-01-28 19:42:05 +01:00
PlyLoader.cpp Set primitive_type to point when PLY is a point cloud 2018-03-04 22:43:20 +01:00
PlyLoader.h XFileParser: release x-file-based scene when throwing an exception. 2018-02-06 19:21:56 +01:00
PlyParser.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
PlyParser.h XFileParser: release x-file-based scene when throwing an exception. 2018-02-06 19:21:56 +01:00
PolyTools.h update license dates. 2018-01-28 19:42:05 +01:00
PostStepRegistry.cpp globalScale process not registered 2018-02-12 21:51:40 +01:00
PretransformVertices.cpp Introduce export with test for point clouds. 2018-05-01 13:28:53 +02:00
PretransformVertices.h Introduce export with test for point clouds. 2018-05-01 13:28:53 +02:00
ProcessHelper.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
ProcessHelper.h INtroduce new log macros. 2018-04-26 14:10:18 +02:00
Q3BSPFileData.h update license dates. 2018-01-28 19:42:05 +01:00
Q3BSPFileImporter.cpp update license dates. 2018-01-28 19:42:05 +01:00
Q3BSPFileImporter.h update license dates. 2018-01-28 19:42:05 +01:00
Q3BSPFileParser.cpp update license dates. 2018-01-28 19:42:05 +01:00
Q3BSPFileParser.h update license dates. 2018-01-28 19:42:05 +01:00
Q3BSPZipArchive.cpp update license dates. 2018-01-28 19:42:05 +01:00
Q3BSPZipArchive.h including <unzip.h> instead of <contrib/unzip/unzip.h> 2018-01-30 22:13:44 +01:00
Q3DLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
Q3DLoader.h update license dates. 2018-01-28 19:42:05 +01:00
RawLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
RawLoader.h update license dates. 2018-01-28 19:42:05 +01:00
RemoveComments.cpp update license dates. 2018-01-28 19:42:05 +01:00
RemoveRedundantMaterials.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
RemoveRedundantMaterials.h Introduce export with test for point clouds. 2018-05-01 13:28:53 +02:00
RemoveVCProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
RemoveVCProcess.h update license dates. 2018-01-28 19:42:05 +01:00
SGSpatialSort.cpp update license dates. 2018-01-28 19:42:05 +01:00
SGSpatialSort.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
SIBImporter.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
SIBImporter.h update license dates. 2018-01-28 19:42:05 +01:00
SMDLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
SMDLoader.h update license dates. 2018-01-28 19:42:05 +01:00
STEPFile.h INtroduce new log macros. 2018-04-26 14:10:18 +02:00
STLExporter.cpp STL-Exporter: fix division by zero in normalize method during update 2018-05-01 15:06:56 +02:00
STLExporter.h some refactorings. 2018-05-01 13:41:39 +02:00
STLLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
STLLoader.h update license dates. 2018-01-28 19:42:05 +01:00
ScaleProcess.cpp closes https://github.com/assimp/assimp/issues/1836: make documentation much more clear how to apply global scaling. 2018-03-30 16:58:11 +02:00
ScaleProcess.h update license dates. 2018-01-28 19:42:05 +01:00
SceneCombiner.cpp Add usage of log macros, next files. 2018-04-19 17:21:21 +02:00
ScenePreprocessor.cpp Add usage of log macros, next files. 2018-04-19 17:21:21 +02:00
ScenePreprocessor.h update license dates. 2018-01-28 19:42:05 +01:00
ScenePrivate.h Update ScenePrivate.h 2018-04-06 16:23:59 +02:00
SkeletonMeshBuilder.cpp update license dates. 2018-01-28 19:42:05 +01:00
SortByPTypeProcess.cpp closes code/SortByPTypeProcess.cpp: fix memory leak. 2018-05-02 16:42:22 +02:00
SortByPTypeProcess.h update license dates. 2018-01-28 19:42:05 +01:00
SpatialSort.cpp fix some static-analysis findings. 2018-02-13 20:36:22 +01:00
SplitByBoneCountProcess.cpp Add usage of log macros, next files. 2018-04-19 17:21:21 +02:00
SplitByBoneCountProcess.h update license dates. 2018-01-28 19:42:05 +01:00
SplitLargeMeshes.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
SplitLargeMeshes.h update license dates. 2018-01-28 19:42:05 +01:00
StandardShapes.cpp update license dates. 2018-01-28 19:42:05 +01:00
StdOStreamLogStream.h update license dates. 2018-01-28 19:42:05 +01:00
StepExporter.cpp update license dates. 2018-01-28 19:42:05 +01:00
StepExporter.h update license dates. 2018-01-28 19:42:05 +01:00
Subdivision.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
TargetAnimation.cpp update license dates. 2018-01-28 19:42:05 +01:00
TargetAnimation.h update license dates. 2018-01-28 19:42:05 +01:00
TerragenLoader.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
TerragenLoader.h update license dates. 2018-01-28 19:42:05 +01:00
TextureTransform.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
TextureTransform.h update license dates. 2018-01-28 19:42:05 +01:00
TriangulateProcess.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
TriangulateProcess.h update license dates. 2018-01-28 19:42:05 +01:00
UnrealLoader.cpp Add usage of log macros. 2018-04-19 16:48:43 +02:00
UnrealLoader.h update license dates. 2018-01-28 19:42:05 +01:00
ValidateDataStructure.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
ValidateDataStructure.h update license dates. 2018-01-28 19:42:05 +01:00
Version.cpp update license dates. 2018-01-28 19:42:05 +01:00
VertexTriangleAdjacency.cpp ImproveCacheLocality crashes if non triangular faces 2018-04-23 11:33:48 +02:00
VertexTriangleAdjacency.h fix some static-analysis findings. 2018-02-13 20:36:22 +01:00
Win32DebugLogStream.h update license dates. 2018-01-28 19:42:05 +01:00
X3DExporter.cpp Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
X3DExporter.hpp Misc. typos 2017-11-09 17:19:26 -05:00
X3DImporter.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter.hpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Geometry2D.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Geometry3D.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Group.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Light.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Macro.hpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Metadata.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Networking.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Node.hpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Postprocess.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Rendering.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Shape.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DImporter_Texturing.cpp update license dates. 2018-01-28 19:42:05 +01:00
X3DVocabulary.cpp update license dates. 2018-01-28 19:42:05 +01:00
XFileExporter.cpp update license dates. 2018-01-28 19:42:05 +01:00
XFileExporter.h update license dates. 2018-01-28 19:42:05 +01:00
XFileHelper.h update license dates. 2018-01-28 19:42:05 +01:00
XFileImporter.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
XFileImporter.h update license dates. 2018-01-28 19:42:05 +01:00
XFileParser.cpp INtroduce new log macros. 2018-04-26 14:10:18 +02:00
XFileParser.h closes https://github.com/assimp/assimp/issues/1729: check for bit flip when unsigned int overflow happens in x-file parsing. 2018-02-04 22:15:18 +01:00
XGLLoader.cpp XGLLoader: Fix a memory leak 2018-02-06 18:43:51 +02:00
XGLLoader.h update license dates. 2018-01-28 19:42:05 +01:00
assbin_chunks.h Refactor: Expand tabs to 4 spaces 2015-06-28 16:04:15 -06:00
glTF2Asset.h fixed the bug of export gltf2, the JOINTS_0 componentType is Incorrect 2018-04-26 11:03:50 +08:00
glTF2Asset.inl Update glTF2Asset.inl 2018-04-26 14:24:00 +02:00
glTF2AssetWriter.h update license dates. 2018-01-28 19:42:05 +01:00
glTF2AssetWriter.inl update license dates. 2018-01-28 19:42:05 +01:00
glTF2Exporter.cpp some minor refactorings. 2018-05-12 08:39:22 +02:00
glTF2Exporter.h Update glTF2Exporter.h 2018-05-12 08:50:17 +02:00
glTF2Importer.cpp closes https://github.com/assimp/assimp/issues/1784: change so.name to keep track of the minor version of the lib. 2018-04-19 08:52:21 +02:00
glTF2Importer.h update license dates. 2018-01-28 19:42:05 +01:00
glTFAsset.h update license dates. 2018-01-28 19:42:05 +01:00
glTFAsset.inl Next log call changes. 2018-04-20 16:23:24 +02:00
glTFAssetWriter.h update license dates. 2018-01-28 19:42:05 +01:00
glTFAssetWriter.inl update license dates. 2018-01-28 19:42:05 +01:00
glTFExporter.cpp Next log call changes. 2018-04-20 16:23:24 +02:00
glTFExporter.h update license dates. 2018-01-28 19:42:05 +01:00
glTFImporter.cpp Merge https://github.com/assimp/assimp 2018-02-09 15:54:34 +01:00
glTFImporter.h update license dates. 2018-01-28 19:42:05 +01:00
makefile.mingw Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
scene.cpp update license dates. 2018-01-28 19:42:05 +01:00
simd.cpp closes https://github.com/assimp/assimp/issues/842: experimental suppor for ascii stl pointcloud export. 2018-05-01 09:06:22 +02:00
simd.h Add missig docs and fix some small review findings. 2018-04-06 12:01:22 +02:00