.. |
Importer
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
res
|
4495162f5f
Fix new lines problem
|
8 years ago |
.editorconfig
|
8326535445
Implemented: Add editor config for source code
|
10 years ago |
3DSConverter.cpp
|
066349f36b
Add usage of log macros.
|
7 years ago |
3DSExporter.cpp
|
066349f36b
Add usage of log macros.
|
7 years ago |
3DSExporter.h
|
e99dfdb050
fix cppcheck findings.
|
7 years ago |
3DSHelper.h
|
bd29fe73fa
Merge branch 'master' into new_license_dates
|
7 years ago |
3DSLoader.cpp
|
e201fcf4f4
[-] Function "GetExtension" always return lowercase string. Using uppercase extension in desc is not needed.
|
7 years ago |
3DSLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
3MFXmlTags.h
|
017b7d1a2f
3MF: add missig tags for meta data.
|
7 years ago |
ACLoader.cpp
|
066349f36b
Add usage of log macros.
|
7 years ago |
ACLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
AMFImporter.cpp
|
0e15b25cd1
Next log call changes.
|
7 years ago |
AMFImporter.hpp
|
0e15b25cd1
Next log call changes.
|
7 years ago |
AMFImporter_Geometry.cpp
|
b049933d2f
update license dates.
|
7 years ago |
AMFImporter_Macro.hpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
AMFImporter_Material.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
AMFImporter_Node.hpp
|
b049933d2f
update license dates.
|
7 years ago |
AMFImporter_Postprocess.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
ASELoader.cpp
|
066349f36b
Add usage of log macros.
|
7 years ago |
ASELoader.h
|
b049933d2f
update license dates.
|
7 years ago |
ASEParser.cpp
|
066349f36b
Add usage of log macros.
|
7 years ago |
ASEParser.h
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
AssbinExporter.cpp
|
be33feba44
Warning LNK4221 when not building exporter.
|
7 years ago |
AssbinExporter.h
|
b049933d2f
update license dates.
|
7 years ago |
AssbinLoader.cpp
|
b049933d2f
update license dates.
|
7 years ago |
AssbinLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
Assimp.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
AssimpCExport.cpp
|
b049933d2f
update license dates.
|
7 years ago |
AssxmlExporter.cpp
|
be33feba44
Warning LNK4221 when not building exporter.
|
7 years ago |
AssxmlExporter.h
|
b049933d2f
update license dates.
|
7 years ago |
B3DImporter.cpp
|
066349f36b
Add usage of log macros.
|
7 years ago |
B3DImporter.h
|
b049933d2f
update license dates.
|
7 years ago |
BVHLoader.cpp
|
5814e6f9f0
Optimize some std::string usages.
|
7 years ago |
BVHLoader.h
|
cfcaf3e97b
BVH: Initialize all members of Node in constructor
|
7 years ago |
BaseImporter.cpp
|
3d79472172
fix the build.
|
7 years ago |
BaseProcess.cpp
|
066349f36b
Add usage of log macros.
|
7 years ago |
BaseProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
Bitmap.cpp
|
b049933d2f
update license dates.
|
7 years ago |
BlenderBMesh.cpp
|
341222697a
Address warnings on Clang 3.9 caused by having a static data member in a class template.
|
8 years ago |
BlenderBMesh.h
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
BlenderDNA.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
BlenderDNA.h
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
BlenderDNA.inl
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
BlenderIntermediate.h
|
990dc983ed
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.
|
7 years ago |
BlenderLoader.cpp
|
066349f36b
Add usage of log macros.
|
7 years ago |
BlenderLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
BlenderModifier.cpp
|
e57394a772
move log tools from blender to logger interface.
|
7 years ago |
BlenderModifier.h
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
BlenderScene.cpp
|
58436068e7
Update BlenderScene.cpp
|
7 years ago |
BlenderScene.h
|
b049933d2f
update license dates.
|
7 years ago |
BlenderSceneGen.h
|
0ec1e91722
Regression Testsuite: update database.
|
9 years ago |
BlenderTessellator.cpp
|
b049933d2f
update license dates.
|
7 years ago |
BlenderTessellator.h
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
C4DImporter.cpp
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
C4DImporter.h
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
CInterfaceIOWrapper.cpp
|
b049933d2f
update license dates.
|
7 years ago |
CInterfaceIOWrapper.h
|
b049933d2f
update license dates.
|
7 years ago |
CMakeLists.txt
|
908ef3e44a
1740 Issue - Enabling and Disabling importers
|
7 years ago |
COBLoader.cpp
|
b877b3e10e
use correct log macro.
|
7 years ago |
COBLoader.h
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
COBScene.h
|
b049933d2f
update license dates.
|
7 years ago |
CSMLoader.cpp
|
0e15b25cd1
Next log call changes.
|
7 years ago |
CSMLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
CalcTangentsProcess.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
CalcTangentsProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
ColladaExporter.cpp
|
5814e6f9f0
Optimize some std::string usages.
|
7 years ago |
ColladaExporter.h
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
ColladaHelper.h
|
b049933d2f
update license dates.
|
7 years ago |
ColladaLoader.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
ColladaLoader.h
|
f4c37fa245
Collada: add importer property that forces the use of collada names. Closes #1375.
|
7 years ago |
ColladaParser.cpp
|
b6f29bf54f
Add usage of log macros, next files.
|
7 years ago |
ColladaParser.h
|
2d980c16f0
Support Maya 2018 Collada Export with blendshapes and bones controllers for a mesh
|
7 years ago |
ComputeUVMappingProcess.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
ComputeUVMappingProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
ConvertToLHProcess.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
ConvertToLHProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
CreateAnimMesh.cpp
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
D3MFExporter.cpp
|
8abcc454ad
[F] Uninitialized variables.
|
7 years ago |
D3MFExporter.h
|
317f3e2a59
3MF: Export metadata.
|
7 years ago |
D3MFImporter.cpp
|
458a7ae801
Silencing compile warnings during build, all little stuff like uint to size_t or BOOL to bool.
|
7 years ago |
D3MFImporter.h
|
b049933d2f
update license dates.
|
7 years ago |
D3MFOpcPackage.cpp
|
066349f36b
Add usage of log macros.
|
7 years ago |
D3MFOpcPackage.h
|
f11d4902c6
fix CanRead-method for the 3MF-Importer.
|
7 years ago |
DXFHelper.h
|
b6f29bf54f
Add usage of log macros, next files.
|
7 years ago |
DXFLoader.cpp
|
50c5f3cb58
Fixes DXF loader false positive on FBX file
|
7 years ago |
DXFLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
DeboneProcess.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
DeboneProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
DefaultIOStream.cpp
|
b049933d2f
update license dates.
|
7 years ago |
DefaultIOSystem.cpp
|
700c85bbfb
_stat64 doesn't seem to exist. use __stat64!
|
7 years ago |
DefaultLogger.cpp
|
e36f78482c
https://github.com/assimp/assimp/issues/1796: return correct value on detach logger.
|
7 years ago |
DefaultProgressHandler.h
|
b049933d2f
update license dates.
|
7 years ago |
EmbedTexturesProcess.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
EmbedTexturesProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
Exporter.cpp
|
ed86023016
Change glTF2 file extensions from gltf2/glb2 to gltf/glb in the exporter so that it matches the importer and respect the standard specifications
|
7 years ago |
FBXAnimation.cpp
|
b049933d2f
update license dates.
|
7 years ago |
FBXBinaryTokenizer.cpp
|
ef605fecaa
FBX: small optimization to avoind static computation in loop.
|
7 years ago |
FBXCommon.h
|
242b5d5874
Initial FBX Export Support, sponsored by MyDidimo (mydidimo.com).
|
7 years ago |
FBXCompileConfig.h
|
b049933d2f
update license dates.
|
7 years ago |
FBXConverter.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
FBXConverter.h
|
6fb9ebe3c8
Apply fix
|
7 years ago |
FBXDeformer.cpp
|
b049933d2f
update license dates.
|
7 years ago |
FBXDocument.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
FBXDocument.h
|
c5157bc471
fbx: global settings use float instead of double.
|
7 years ago |
FBXDocumentUtil.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
FBXDocumentUtil.h
|
76dd48d64f
Update FBXDocumentUtil.h
|
7 years ago |
FBXExportNode.cpp
|
39d9878429
FBX Export: use ai_snprintf.
|
7 years ago |
FBXExportNode.h
|
826243f289
Implement ascii FBX export.
|
7 years ago |
FBXExportProperty.cpp
|
826243f289
Implement ascii FBX export.
|
7 years ago |
FBXExportProperty.h
|
826243f289
Implement ascii FBX export.
|
7 years ago |
FBXExporter.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
FBXExporter.h
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
FBXImportSettings.h
|
b049933d2f
update license dates.
|
7 years ago |
FBXImporter.cpp
|
b049933d2f
update license dates.
|
7 years ago |
FBXImporter.h
|
b049933d2f
update license dates.
|
7 years ago |
FBXMaterial.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
FBXMeshGeometry.cpp
|
be4c780115
Update FBXMeshGeometry.cpp
|
7 years ago |
FBXMeshGeometry.h
|
13ae0a0ac3
FBX: fix parse error for uv-coordinates.
|
7 years ago |
FBXModel.cpp
|
b049933d2f
update license dates.
|
7 years ago |
FBXNodeAttribute.cpp
|
b049933d2f
update license dates.
|
7 years ago |
FBXParser.cpp
|
b049933d2f
update license dates.
|
7 years ago |
FBXParser.h
|
b049933d2f
update license dates.
|
7 years ago |
FBXProperties.cpp
|
b049933d2f
update license dates.
|
7 years ago |
FBXProperties.h
|
b049933d2f
update license dates.
|
7 years ago |
FBXTokenizer.cpp
|
b049933d2f
update license dates.
|
7 years ago |
FBXTokenizer.h
|
b049933d2f
update license dates.
|
7 years ago |
FBXUtil.cpp
|
b049933d2f
update license dates.
|
7 years ago |
FBXUtil.h
|
b049933d2f
update license dates.
|
7 years ago |
FIReader.cpp
|
b049933d2f
update license dates.
|
7 years ago |
FIReader.hpp
|
b049933d2f
update license dates.
|
7 years ago |
FileLogStream.h
|
b049933d2f
update license dates.
|
7 years ago |
FileSystemFilter.h
|
22dbb6c2d2
Update FileSystemFilter.h
|
7 years ago |
FindDegenerates.cpp
|
c788fff2b0
Merge branch 'master' into bug/exception-on-empty-mesh-after-degenerate-removal
|
7 years ago |
FindDegenerates.h
|
46ed73c768
Do not throw exception on empty mesh after removal of degenerates
|
7 years ago |
FindInstancesProcess.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
FindInstancesProcess.h
|
ccbcaa2ee8
fix some static-analysis findings.
|
7 years ago |
FindInvalidDataProcess.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
FindInvalidDataProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
FixNormalsStep.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
FixNormalsStep.h
|
b049933d2f
update license dates.
|
7 years ago |
GenFaceNormalsProcess.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
GenFaceNormalsProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
GenVertexNormalsProcess.cpp
|
7777883fe7
Fix GenVertexNormals
|
7 years ago |
GenVertexNormalsProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
HMPFileData.h
|
b049933d2f
update license dates.
|
7 years ago |
HMPLoader.cpp
|
b6f29bf54f
Add usage of log macros, next files.
|
7 years ago |
HMPLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
HalfLifeFileData.h
|
b049933d2f
update license dates.
|
7 years ago |
IFF.h
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
IRRLoader.cpp
|
0e15b25cd1
Next log call changes.
|
7 years ago |
IRRLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
IRRMeshLoader.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
IRRMeshLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
IRRShared.cpp
|
0e15b25cd1
Next log call changes.
|
7 years ago |
IRRShared.h
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
Importer.cpp
|
aa18e8a2a5
Update Importer.cpp
|
7 years ago |
Importer.h
|
c41d459e21
add missing constructor to ensure RTTI
|
7 years ago |
ImporterRegistry.cpp
|
b049933d2f
update license dates.
|
7 years ago |
ImproveCacheLocality.cpp
|
8f26b9d840
Merge branch 'master' into use_log_macros
|
7 years ago |
ImproveCacheLocality.h
|
b049933d2f
update license dates.
|
7 years ago |
JoinVerticesProcess.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
JoinVerticesProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
LWOAnimation.cpp
|
b049933d2f
update license dates.
|
7 years ago |
LWOAnimation.h
|
b049933d2f
update license dates.
|
7 years ago |
LWOBLoader.cpp
|
0e15b25cd1
Next log call changes.
|
7 years ago |
LWOFileData.h
|
b049933d2f
update license dates.
|
7 years ago |
LWOLoader.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
LWOLoader.h
|
0e15b25cd1
Next log call changes.
|
7 years ago |
LWOMaterial.cpp
|
0e15b25cd1
Next log call changes.
|
7 years ago |
LWSLoader.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
LWSLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
LimitBoneWeightsProcess.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
LimitBoneWeightsProcess.h
|
be865ae613
LimitBoneWeightsProcess: Initialize all members of Weight in constructor
|
7 years ago |
MD2FileData.h
|
b049933d2f
update license dates.
|
7 years ago |
MD2Loader.cpp
|
0e15b25cd1
Next log call changes.
|
7 years ago |
MD2Loader.h
|
b049933d2f
update license dates.
|
7 years ago |
MD2NormalTable.h
|
b049933d2f
update license dates.
|
7 years ago |
MD3FileData.h
|
b049933d2f
update license dates.
|
7 years ago |
MD3Loader.cpp
|
8626b185fb
Fix misused log macros + compiler warnings.
|
7 years ago |
MD3Loader.h
|
b049933d2f
update license dates.
|
7 years ago |
MD4FileData.h
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
MD5Loader.cpp
|
0e15b25cd1
Next log call changes.
|
7 years ago |
MD5Loader.h
|
b049933d2f
update license dates.
|
7 years ago |
MD5Parser.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
MD5Parser.h
|
b049933d2f
update license dates.
|
7 years ago |
MDCFileData.h
|
b049933d2f
update license dates.
|
7 years ago |
MDCLoader.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
MDCLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
MDCNormalTable.h
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
MDLDefaultColorMap.h
|
b049933d2f
update license dates.
|
7 years ago |
MDLFileData.h
|
9344074a04
MDLLoader: Replace raw pointer with vector to fix a memory leak
|
7 years ago |
MDLLoader.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
MDLLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
MDLMaterialLoader.cpp
|
75c7b15b55
Fix c++11 usage.
|
7 years ago |
MMDCpp14.h
|
b049933d2f
update license dates.
|
7 years ago |
MMDImporter.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
MMDImporter.h
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
MMDPmdParser.h
|
b049933d2f
update license dates.
|
7 years ago |
MMDPmxParser.cpp
|
b049933d2f
update license dates.
|
7 years ago |
MMDPmxParser.h
|
b049933d2f
update license dates.
|
7 years ago |
MMDVmdParser.h
|
b049933d2f
update license dates.
|
7 years ago |
MS3DLoader.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
MS3DLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
MakeVerboseFormat.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
MakeVerboseFormat.h
|
b049933d2f
update license dates.
|
7 years ago |
MaterialSystem.cpp
|
0e15b25cd1
Next log call changes.
|
7 years ago |
MaterialSystem.h
|
b049933d2f
update license dates.
|
7 years ago |
NDOLoader.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
NDOLoader.h
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
NFFLoader.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
NFFLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
OFFLoader.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
OFFLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
ObjExporter.cpp
|
4b7b692e5e
Fix Issue #1923: OBJ Exporter can't correctly export vertex colors
|
7 years ago |
ObjExporter.h
|
4b7b692e5e
Fix Issue #1923: OBJ Exporter can't correctly export vertex colors
|
7 years ago |
ObjFileData.h
|
b049933d2f
update license dates.
|
7 years ago |
ObjFileImporter.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
ObjFileImporter.h
|
b049933d2f
update license dates.
|
7 years ago |
ObjFileMtlImporter.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
ObjFileMtlImporter.h
|
b049933d2f
update license dates.
|
7 years ago |
ObjFileParser.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
ObjFileParser.h
|
b049933d2f
update license dates.
|
7 years ago |
ObjTools.h
|
b049933d2f
update license dates.
|
7 years ago |
OgreBinarySerializer.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
OgreBinarySerializer.h
|
b049933d2f
update license dates.
|
7 years ago |
OgreImporter.cpp
|
b049933d2f
update license dates.
|
7 years ago |
OgreImporter.h
|
b049933d2f
update license dates.
|
7 years ago |
OgreMaterial.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
OgreParsingUtils.h
|
af3bba1572
fix review findings.
|
7 years ago |
OgreStructs.cpp
|
b6f29bf54f
Add usage of log macros, next files.
|
7 years ago |
OgreStructs.h
|
b049933d2f
update license dates.
|
7 years ago |
OgreXmlSerializer.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
OgreXmlSerializer.h
|
388ec8461c
Ogre: Change OgreXmlSerializer::ReadAttribute parameter from std::string to pointer
|
7 years ago |
OpenGEXExporter.cpp
|
b049933d2f
update license dates.
|
7 years ago |
OpenGEXExporter.h
|
b049933d2f
update license dates.
|
7 years ago |
OpenGEXImporter.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
OpenGEXImporter.h
|
17b26c91e2
OpenGEX: Use std::unique_ptr to fix some memory leaks
|
7 years ago |
OpenGEXStructs.h
|
b049933d2f
update license dates.
|
7 years ago |
OptimizeGraph.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
OptimizeGraph.h
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
OptimizeMeshes.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
OptimizeMeshes.h
|
b049933d2f
update license dates.
|
7 years ago |
PlyExporter.cpp
|
1533aec21c
Fix ply exporter to be conformant to spec respecting vertex colors.
|
7 years ago |
PlyExporter.h
|
b049933d2f
update license dates.
|
7 years ago |
PlyLoader.cpp
|
15fa86f100
Set primitive_type to point when PLY is a point cloud
|
7 years ago |
PlyLoader.h
|
495ae70cc5
XFileParser: release x-file-based scene when throwing an exception.
|
7 years ago |
PlyParser.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
PlyParser.h
|
495ae70cc5
XFileParser: release x-file-based scene when throwing an exception.
|
7 years ago |
PolyTools.h
|
b049933d2f
update license dates.
|
7 years ago |
PostStepRegistry.cpp
|
8a4fd2f947
globalScale process not registered
|
7 years ago |
PretransformVertices.cpp
|
2c47717ca6
Introduce export with test for point clouds.
|
7 years ago |
PretransformVertices.h
|
2c47717ca6
Introduce export with test for point clouds.
|
7 years ago |
ProcessHelper.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
ProcessHelper.h
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
Q3BSPFileData.h
|
b049933d2f
update license dates.
|
7 years ago |
Q3BSPFileImporter.cpp
|
b049933d2f
update license dates.
|
7 years ago |
Q3BSPFileImporter.h
|
b049933d2f
update license dates.
|
7 years ago |
Q3BSPFileParser.cpp
|
b049933d2f
update license dates.
|
7 years ago |
Q3BSPFileParser.h
|
b049933d2f
update license dates.
|
7 years ago |
Q3BSPZipArchive.cpp
|
b049933d2f
update license dates.
|
7 years ago |
Q3BSPZipArchive.h
|
8f99c1a0be
including <unzip.h> instead of <contrib/unzip/unzip.h>
|
7 years ago |
Q3DLoader.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
Q3DLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
RawLoader.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
RawLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
RemoveComments.cpp
|
b049933d2f
update license dates.
|
7 years ago |
RemoveRedundantMaterials.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
RemoveRedundantMaterials.h
|
2c47717ca6
Introduce export with test for point clouds.
|
7 years ago |
RemoveVCProcess.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
RemoveVCProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
SGSpatialSort.cpp
|
b049933d2f
update license dates.
|
7 years ago |
SGSpatialSort.h
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
SIBImporter.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
SIBImporter.h
|
b049933d2f
update license dates.
|
7 years ago |
SMDLoader.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
SMDLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
STEPFile.h
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
STLExporter.cpp
|
037a213bb4
STL-Exporter: fix division by zero in normalize method during update
|
7 years ago |
STLExporter.h
|
eced86b949
some refactorings.
|
7 years ago |
STLLoader.cpp
|
84739fda0a
Fix #1970: stl with empty solid
|
7 years ago |
STLLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
ScaleProcess.cpp
|
4919d3da2f
closes https://github.com/assimp/assimp/issues/1836: make documentation much more clear how to apply global scaling.
|
7 years ago |
ScaleProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
SceneCombiner.cpp
|
b6f29bf54f
Add usage of log macros, next files.
|
7 years ago |
ScenePreprocessor.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
ScenePreprocessor.h
|
b049933d2f
update license dates.
|
7 years ago |
ScenePrivate.h
|
0a3fb04b04
Update ScenePrivate.h
|
7 years ago |
SkeletonMeshBuilder.cpp
|
b049933d2f
update license dates.
|
7 years ago |
SortByPTypeProcess.cpp
|
a0bf664695
closes code/SortByPTypeProcess.cpp: fix memory leak.
|
7 years ago |
SortByPTypeProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
SpatialSort.cpp
|
ccbcaa2ee8
fix some static-analysis findings.
|
7 years ago |
SplitByBoneCountProcess.cpp
|
b6f29bf54f
Add usage of log macros, next files.
|
7 years ago |
SplitByBoneCountProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
SplitLargeMeshes.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
SplitLargeMeshes.h
|
b049933d2f
update license dates.
|
7 years ago |
StandardShapes.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
StdOStreamLogStream.h
|
b049933d2f
update license dates.
|
7 years ago |
StepExporter.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
StepExporter.h
|
b049933d2f
update license dates.
|
7 years ago |
Subdivision.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
TargetAnimation.cpp
|
b049933d2f
update license dates.
|
7 years ago |
TargetAnimation.h
|
b049933d2f
update license dates.
|
7 years ago |
TerragenLoader.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
TerragenLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
TextureTransform.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
TextureTransform.h
|
b049933d2f
update license dates.
|
7 years ago |
TriangulateProcess.cpp
|
1ee9200277
smallerMax
|
7 years ago |
TriangulateProcess.h
|
b049933d2f
update license dates.
|
7 years ago |
UnrealLoader.cpp
|
066349f36b
Add usage of log macros.
|
7 years ago |
UnrealLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
ValidateDataStructure.cpp
|
6c0553d810
Add mesh name to ValidateDataStructure log
|
7 years ago |
ValidateDataStructure.h
|
b049933d2f
update license dates.
|
7 years ago |
Version.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
VertexTriangleAdjacency.cpp
|
ce6a5e5d56
ImproveCacheLocality crashes if non triangular faces
|
7 years ago |
VertexTriangleAdjacency.h
|
ccbcaa2ee8
fix some static-analysis findings.
|
7 years ago |
Win32DebugLogStream.h
|
b049933d2f
update license dates.
|
7 years ago |
X3DExporter.cpp
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
X3DExporter.hpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
X3DImporter.cpp
|
b049933d2f
update license dates.
|
7 years ago |
X3DImporter.hpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
X3DImporter_Geometry2D.cpp
|
b049933d2f
update license dates.
|
7 years ago |
X3DImporter_Geometry3D.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
X3DImporter_Group.cpp
|
b049933d2f
update license dates.
|
7 years ago |
X3DImporter_Light.cpp
|
b049933d2f
update license dates.
|
7 years ago |
X3DImporter_Macro.hpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
X3DImporter_Metadata.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
X3DImporter_Networking.cpp
|
b049933d2f
update license dates.
|
7 years ago |
X3DImporter_Node.hpp
|
b049933d2f
update license dates.
|
7 years ago |
X3DImporter_Postprocess.cpp
|
b049933d2f
update license dates.
|
7 years ago |
X3DImporter_Rendering.cpp
|
b049933d2f
update license dates.
|
7 years ago |
X3DImporter_Shape.cpp
|
b049933d2f
update license dates.
|
7 years ago |
X3DImporter_Texturing.cpp
|
b049933d2f
update license dates.
|
7 years ago |
X3DVocabulary.cpp
|
b049933d2f
update license dates.
|
7 years ago |
XFileExporter.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
XFileExporter.h
|
b049933d2f
update license dates.
|
7 years ago |
XFileHelper.h
|
b049933d2f
update license dates.
|
7 years ago |
XFileImporter.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
XFileImporter.h
|
b049933d2f
update license dates.
|
7 years ago |
XFileParser.cpp
|
30c20eb5fc
INtroduce new log macros.
|
7 years ago |
XFileParser.h
|
3685791e0d
closes https://github.com/assimp/assimp/issues/1729: check for bit flip when unsigned int overflow happens in x-file parsing.
|
7 years ago |
XGLLoader.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
XGLLoader.h
|
b049933d2f
update license dates.
|
7 years ago |
assbin_chunks.h
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
glTF2Asset.h
|
a1a17c1dda
Read and write the KHR_materials_unlit glTF/2.0 extension.
|
7 years ago |
glTF2Asset.inl
|
0c07397720
glTF/2.0: Pick scene zero as scene to recursively load if no "scene" property is specified.
|
7 years ago |
glTF2AssetWriter.h
|
a1a17c1dda
Read and write the KHR_materials_unlit glTF/2.0 extension.
|
7 years ago |
glTF2AssetWriter.inl
|
a1a17c1dda
Read and write the KHR_materials_unlit glTF/2.0 extension.
|
7 years ago |
glTF2Exporter.cpp
|
02d2b6e0d8
[F] Get return "like true" when error occured.
|
7 years ago |
glTF2Exporter.h
|
e3548fe850
Update glTF2Exporter.h
|
7 years ago |
glTF2Importer.cpp
|
a1a17c1dda
Read and write the KHR_materials_unlit glTF/2.0 extension.
|
7 years ago |
glTF2Importer.h
|
b049933d2f
update license dates.
|
7 years ago |
glTFAsset.h
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
glTFAsset.inl
|
0e15b25cd1
Next log call changes.
|
7 years ago |
glTFAssetWriter.h
|
b049933d2f
update license dates.
|
7 years ago |
glTFAssetWriter.inl
|
b049933d2f
update license dates.
|
7 years ago |
glTFExporter.cpp
|
2879e0d6ef
Fix typos on code using codespell
|
7 years ago |
glTFExporter.h
|
b049933d2f
update license dates.
|
7 years ago |
glTFImporter.cpp
|
affedc139e
Merge https://github.com/assimp/assimp
|
7 years ago |
glTFImporter.h
|
b049933d2f
update license dates.
|
7 years ago |
makefile.mingw
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
scene.cpp
|
b049933d2f
update license dates.
|
7 years ago |
simd.cpp
|
9f835ea843
closes https://github.com/assimp/assimp/issues/842: experimental suppor for ascii stl pointcloud export.
|
7 years ago |
simd.h
|
32b466941b
Add missig docs and fix some small review findings.
|
7 years ago |