Kim Kulling c41d459e21 add missing constructor to ensure RTTI 7 yıl önce
..
Importer af3bba1572 fix review findings. 7 yıl önce
res 4495162f5f Fix new lines problem 9 yıl önce
.editorconfig 8326535445 Implemented: Add editor config for source code 10 yıl önce
3DSConverter.cpp 5814e6f9f0 Optimize some std::string usages. 7 yıl önce
3DSExporter.cpp e99dfdb050 fix cppcheck findings. 8 yıl önce
3DSExporter.h e99dfdb050 fix cppcheck findings. 8 yıl önce
3DSHelper.h bd29fe73fa Merge branch 'master' into new_license_dates 8 yıl önce
3DSLoader.cpp 8cb25328cb committing all changes. 7 yıl önce
3DSLoader.h b049933d2f update license dates. 8 yıl önce
3MFXmlTags.h 017b7d1a2f 3MF: add missig tags for meta data. 7 yıl önce
ACLoader.cpp b049933d2f update license dates. 8 yıl önce
ACLoader.h b049933d2f update license dates. 8 yıl önce
AMFImporter.cpp b049933d2f update license dates. 8 yıl önce
AMFImporter.hpp b049933d2f update license dates. 8 yıl önce
AMFImporter_Geometry.cpp b049933d2f update license dates. 8 yıl önce
AMFImporter_Macro.hpp b049933d2f update license dates. 8 yıl önce
AMFImporter_Material.cpp b049933d2f update license dates. 8 yıl önce
AMFImporter_Node.hpp b049933d2f update license dates. 8 yıl önce
AMFImporter_Postprocess.cpp 5814e6f9f0 Optimize some std::string usages. 7 yıl önce
ASELoader.cpp 674a47dd3e closes https://github.com/assimp/assimp/issues/567: prevend dependency cycle 8 yıl önce
ASELoader.h b049933d2f update license dates. 8 yıl önce
ASEParser.cpp 5814e6f9f0 Optimize some std::string usages. 7 yıl önce
ASEParser.h bd29fe73fa Merge branch 'master' into new_license_dates 8 yıl önce
AssbinExporter.cpp be33feba44 Warning LNK4221 when not building exporter. 8 yıl önce
AssbinExporter.h b049933d2f update license dates. 8 yıl önce
AssbinLoader.cpp b049933d2f update license dates. 8 yıl önce
AssbinLoader.h b049933d2f update license dates. 8 yıl önce
Assimp.cpp b049933d2f update license dates. 8 yıl önce
AssimpCExport.cpp b049933d2f update license dates. 8 yıl önce
AssxmlExporter.cpp be33feba44 Warning LNK4221 when not building exporter. 8 yıl önce
AssxmlExporter.h b049933d2f update license dates. 8 yıl önce
B3DImporter.cpp b049933d2f update license dates. 8 yıl önce
B3DImporter.h b049933d2f update license dates. 8 yıl önce
BVHLoader.cpp 5814e6f9f0 Optimize some std::string usages. 7 yıl önce
BVHLoader.h cfcaf3e97b BVH: Initialize all members of Node in constructor 8 yıl önce
BaseImporter.cpp 5814e6f9f0 Optimize some std::string usages. 7 yıl önce
BaseProcess.cpp b049933d2f update license dates. 8 yıl önce
BaseProcess.h b049933d2f update license dates. 8 yıl önce
Bitmap.cpp b049933d2f update license dates. 8 yıl önce
BlenderBMesh.cpp 341222697a Address warnings on Clang 3.9 caused by having a static data member in a class template. 8 yıl önce
BlenderBMesh.h 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
BlenderDNA.cpp c7ea536351 closes https://github.com/assimp/assimp/issues/1386: fix undefined behaviour in compare function. 8 yıl önce
BlenderDNA.h 7c33d932e3 Merge branch 'master' into master 8 yıl önce
BlenderDNA.inl 7c33d932e3 Merge branch 'master' into master 8 yıl önce
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. 8 yıl önce
BlenderLoader.cpp c42dd9104c BlenderLoader: Fix memory leak 8 yıl önce
BlenderLoader.h b049933d2f update license dates. 8 yıl önce
BlenderModifier.cpp b049933d2f update license dates. 8 yıl önce
BlenderModifier.h b049933d2f update license dates. 8 yıl önce
BlenderScene.cpp 58436068e7 Update BlenderScene.cpp 8 yıl önce
BlenderScene.h b049933d2f update license dates. 8 yıl önce
BlenderSceneGen.h 0ec1e91722 Regression Testsuite: update database. 9 yıl önce
BlenderTessellator.cpp b049933d2f update license dates. 8 yıl önce
BlenderTessellator.h b049933d2f update license dates. 8 yıl önce
C4DImporter.cpp 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
C4DImporter.h 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
CInterfaceIOWrapper.cpp b049933d2f update license dates. 8 yıl önce
CInterfaceIOWrapper.h b049933d2f update license dates. 8 yıl önce
CMakeLists.txt 4d662c42b3 Add check for SSE2-support. 7 yıl önce
COBLoader.cpp 6147a4f50d Updated COB importer plugin to flip normals. 7 yıl önce
COBLoader.h b049933d2f update license dates. 8 yıl önce
COBScene.h b049933d2f update license dates. 8 yıl önce
CSMLoader.cpp 5278e1a5f8 CSM: Fix a possible memory leak by using std::unique_ptr 8 yıl önce
CSMLoader.h b049933d2f update license dates. 8 yıl önce
CalcTangentsProcess.cpp 35f4e7101a Fixed issue#1219. CalcTangentsProcess::ProcessMesh. 7 yıl önce
CalcTangentsProcess.h b049933d2f update license dates. 8 yıl önce
ColladaExporter.cpp 5814e6f9f0 Optimize some std::string usages. 7 yıl önce
ColladaExporter.h b049933d2f update license dates. 8 yıl önce
ColladaHelper.h b049933d2f update license dates. 8 yıl önce
ColladaLoader.cpp 5814e6f9f0 Optimize some std::string usages. 7 yıl önce
ColladaLoader.h f4c37fa245 Collada: add importer property that forces the use of collada names. Closes #1375. 8 yıl önce
ColladaParser.cpp 2d980c16f0 Support Maya 2018 Collada Export with blendshapes and bones controllers for a mesh 7 yıl önce
ColladaParser.h 2d980c16f0 Support Maya 2018 Collada Export with blendshapes and bones controllers for a mesh 7 yıl önce
ComputeUVMappingProcess.cpp b049933d2f update license dates. 8 yıl önce
ComputeUVMappingProcess.h b049933d2f update license dates. 8 yıl önce
ConvertToLHProcess.cpp 336a09ee0e add material reference to faces. 7 yıl önce
ConvertToLHProcess.h b049933d2f update license dates. 8 yıl önce
CreateAnimMesh.cpp 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
D3MFExporter.cpp e01e77a6c7 Merge branch 'master' into develop_kimkulling 7 yıl önce
D3MFExporter.h 317f3e2a59 3MF: Export metadata. 7 yıl önce
D3MFImporter.cpp e01e77a6c7 Merge branch 'master' into develop_kimkulling 7 yıl önce
D3MFImporter.h b049933d2f update license dates. 8 yıl önce
D3MFOpcPackage.cpp 5814e6f9f0 Optimize some std::string usages. 7 yıl önce
D3MFOpcPackage.h f11d4902c6 fix CanRead-method for the 3MF-Importer. 7 yıl önce
DXFHelper.h 5814e6f9f0 Optimize some std::string usages. 7 yıl önce
DXFLoader.cpp b049933d2f update license dates. 8 yıl önce
DXFLoader.h b049933d2f update license dates. 8 yıl önce
DeboneProcess.cpp b049933d2f update license dates. 8 yıl önce
DeboneProcess.h b049933d2f update license dates. 8 yıl önce
DefaultIOStream.cpp b049933d2f update license dates. 8 yıl önce
DefaultIOSystem.cpp 4ae7298489 Update DefaultIOSystem.cpp 7 yıl önce
DefaultLogger.cpp e36f78482c https://github.com/assimp/assimp/issues/1796: return correct value on detach logger. 7 yıl önce
DefaultProgressHandler.h b049933d2f update license dates. 8 yıl önce
EmbedTexturesProcess.cpp 1a887a64c1 Update EmbedTexturesProcess.cpp 7 yıl önce
EmbedTexturesProcess.h b049933d2f update license dates. 8 yıl önce
Exporter.cpp 826243f289 Implement ascii FBX export. 7 yıl önce
FBXAnimation.cpp b049933d2f update license dates. 8 yıl önce
FBXBinaryTokenizer.cpp b049933d2f update license dates. 8 yıl önce
FBXCommon.h 242b5d5874 Initial FBX Export Support, sponsored by MyDidimo (mydidimo.com). 8 yıl önce
FBXCompileConfig.h b049933d2f update license dates. 8 yıl önce
FBXConverter.cpp c9bb3592ff FBX-Importer: remove unused lookup tables for nodes. 7 yıl önce
FBXConverter.h c9bb3592ff FBX-Importer: remove unused lookup tables for nodes. 7 yıl önce
FBXDeformer.cpp b049933d2f update license dates. 8 yıl önce
FBXDocument.cpp 37d352622b closes https://github.com/assimp/assimp/issues/774: use correct type for unitscale in fbx. 8 yıl önce
FBXDocument.h c5157bc471 fbx: global settings use float instead of double. 8 yıl önce
FBXDocumentUtil.cpp b049933d2f update license dates. 8 yıl önce
FBXDocumentUtil.h 76dd48d64f Update FBXDocumentUtil.h 8 yıl önce
FBXExportNode.cpp 39d9878429 FBX Export: use ai_snprintf. 7 yıl önce
FBXExportNode.h 826243f289 Implement ascii FBX export. 7 yıl önce
FBXExportProperty.cpp 826243f289 Implement ascii FBX export. 7 yıl önce
FBXExportProperty.h 826243f289 Implement ascii FBX export. 7 yıl önce
FBXExporter.cpp 070acfbadd FBX Export: relax bindpose matrix check slightly. 7 yıl önce
FBXExporter.h 826243f289 Implement ascii FBX export. 7 yıl önce
FBXImportSettings.h b049933d2f update license dates. 8 yıl önce
FBXImporter.cpp b049933d2f update license dates. 8 yıl önce
FBXImporter.h b049933d2f update license dates. 8 yıl önce
FBXMaterial.cpp 9f02c8a97c Fix default opacity of materials exported to FBX by Blender. 7 yıl önce
FBXMeshGeometry.cpp be4c780115 Update FBXMeshGeometry.cpp 7 yıl önce
FBXMeshGeometry.h 13ae0a0ac3 FBX: fix parse error for uv-coordinates. 7 yıl önce
FBXModel.cpp b049933d2f update license dates. 8 yıl önce
FBXNodeAttribute.cpp b049933d2f update license dates. 8 yıl önce
FBXParser.cpp b049933d2f update license dates. 8 yıl önce
FBXParser.h b049933d2f update license dates. 8 yıl önce
FBXProperties.cpp b049933d2f update license dates. 8 yıl önce
FBXProperties.h b049933d2f update license dates. 8 yıl önce
FBXTokenizer.cpp b049933d2f update license dates. 8 yıl önce
FBXTokenizer.h b049933d2f update license dates. 8 yıl önce
FBXUtil.cpp b049933d2f update license dates. 8 yıl önce
FBXUtil.h b049933d2f update license dates. 8 yıl önce
FIReader.cpp b049933d2f update license dates. 8 yıl önce
FIReader.hpp b049933d2f update license dates. 8 yıl önce
FileLogStream.h b049933d2f update license dates. 8 yıl önce
FileSystemFilter.h 22dbb6c2d2 Update FileSystemFilter.h 8 yıl önce
FindDegenerates.cpp b049933d2f update license dates. 8 yıl önce
FindDegenerates.h b049933d2f update license dates. 8 yıl önce
FindInstancesProcess.cpp b049933d2f update license dates. 8 yıl önce
FindInstancesProcess.h ccbcaa2ee8 fix some static-analysis findings. 8 yıl önce
FindInvalidDataProcess.cpp b049933d2f update license dates. 8 yıl önce
FindInvalidDataProcess.h b049933d2f update license dates. 8 yıl önce
FixNormalsStep.cpp b049933d2f update license dates. 8 yıl önce
FixNormalsStep.h b049933d2f update license dates. 8 yıl önce
GenFaceNormalsProcess.cpp b049933d2f update license dates. 8 yıl önce
GenFaceNormalsProcess.h b049933d2f update license dates. 8 yıl önce
GenVertexNormalsProcess.cpp b049933d2f update license dates. 8 yıl önce
GenVertexNormalsProcess.h b049933d2f update license dates. 8 yıl önce
HMPFileData.h b049933d2f update license dates. 8 yıl önce
HMPLoader.cpp b049933d2f update license dates. 8 yıl önce
HMPLoader.h b049933d2f update license dates. 8 yıl önce
HalfLifeFileData.h b049933d2f update license dates. 8 yıl önce
IFF.h 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
IRRLoader.cpp 4c023c3818 fix unittest folder for roundtriptest. 7 yıl önce
IRRLoader.h b049933d2f update license dates. 8 yıl önce
IRRMeshLoader.cpp b049933d2f update license dates. 8 yıl önce
IRRMeshLoader.h b049933d2f update license dates. 8 yıl önce
IRRShared.cpp b049933d2f update license dates. 8 yıl önce
IRRShared.h 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
Importer.cpp c41d459e21 add missing constructor to ensure RTTI 7 yıl önce
Importer.h c41d459e21 add missing constructor to ensure RTTI 7 yıl önce
ImporterRegistry.cpp b049933d2f update license dates. 8 yıl önce
ImproveCacheLocality.cpp b049933d2f update license dates. 8 yıl önce
ImproveCacheLocality.h b049933d2f update license dates. 8 yıl önce
JoinVerticesProcess.cpp b049933d2f update license dates. 8 yıl önce
JoinVerticesProcess.h b049933d2f update license dates. 8 yıl önce
LWOAnimation.cpp b049933d2f update license dates. 8 yıl önce
LWOAnimation.h b049933d2f update license dates. 8 yıl önce
LWOBLoader.cpp b049933d2f update license dates. 8 yıl önce
LWOFileData.h b049933d2f update license dates. 8 yıl önce
LWOLoader.cpp ef891fb850 LWO: Move some assignments to make it clearer when the thing should be moved 8 yıl önce
LWOLoader.h b049933d2f update license dates. 8 yıl önce
LWOMaterial.cpp b049933d2f update license dates. 8 yıl önce
LWSLoader.cpp b049933d2f update license dates. 8 yıl önce
LWSLoader.h b049933d2f update license dates. 8 yıl önce
LimitBoneWeightsProcess.cpp b049933d2f update license dates. 8 yıl önce
LimitBoneWeightsProcess.h be865ae613 LimitBoneWeightsProcess: Initialize all members of Weight in constructor 8 yıl önce
MD2FileData.h b049933d2f update license dates. 8 yıl önce
MD2Loader.cpp b049933d2f update license dates. 8 yıl önce
MD2Loader.h b049933d2f update license dates. 8 yıl önce
MD2NormalTable.h b049933d2f update license dates. 8 yıl önce
MD3FileData.h b049933d2f update license dates. 8 yıl önce
MD3Loader.cpp b049933d2f update license dates. 8 yıl önce
MD3Loader.h b049933d2f update license dates. 8 yıl önce
MD4FileData.h 83de707587 Refactor: Expand tabs to 4 spaces 10 yıl önce
MD5Loader.cpp b049933d2f update license dates. 8 yıl önce
MD5Loader.h b049933d2f update license dates. 8 yıl önce
MD5Parser.cpp b049933d2f update license dates. 8 yıl önce
MD5Parser.h b049933d2f update license dates. 8 yıl önce
MDCFileData.h b049933d2f update license dates. 8 yıl önce
MDCLoader.cpp b049933d2f update license dates. 8 yıl önce
MDCLoader.h b049933d2f update license dates. 8 yıl önce
MDCNormalTable.h 83de707587 Refactor: Expand tabs to 4 spaces 10 yıl önce
MDLDefaultColorMap.h b049933d2f update license dates. 8 yıl önce
MDLFileData.h 9344074a04 MDLLoader: Replace raw pointer with vector to fix a memory leak 8 yıl önce
MDLLoader.cpp 9344074a04 MDLLoader: Replace raw pointer with vector to fix a memory leak 8 yıl önce
MDLLoader.h b049933d2f update license dates. 8 yıl önce
MDLMaterialLoader.cpp b049933d2f update license dates. 8 yıl önce
MMDCpp14.h b049933d2f update license dates. 8 yıl önce
MMDImporter.cpp 8a505398a3 MMD: Fix memory leak 8 yıl önce
MMDImporter.h 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
MMDPmdParser.h b049933d2f update license dates. 8 yıl önce
MMDPmxParser.cpp b049933d2f update license dates. 8 yıl önce
MMDPmxParser.h b049933d2f update license dates. 8 yıl önce
MMDVmdParser.h b049933d2f update license dates. 8 yıl önce
MS3DLoader.cpp b049933d2f update license dates. 8 yıl önce
MS3DLoader.h b049933d2f update license dates. 8 yıl önce
MakeVerboseFormat.cpp b049933d2f update license dates. 8 yıl önce
MakeVerboseFormat.h b049933d2f update license dates. 8 yıl önce
MaterialSystem.cpp b049933d2f update license dates. 8 yıl önce
MaterialSystem.h b049933d2f update license dates. 8 yıl önce
NDOLoader.cpp b049933d2f update license dates. 8 yıl önce
NDOLoader.h 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
NFFLoader.cpp b049933d2f update license dates. 8 yıl önce
NFFLoader.h b049933d2f update license dates. 8 yıl önce
OFFLoader.cpp b049933d2f update license dates. 8 yıl önce
OFFLoader.h b049933d2f update license dates. 8 yıl önce
ObjExporter.cpp af3bba1572 fix review findings. 7 yıl önce
ObjExporter.h b049933d2f update license dates. 8 yıl önce
ObjFileData.h b049933d2f update license dates. 8 yıl önce
ObjFileImporter.cpp af3bba1572 fix review findings. 7 yıl önce
ObjFileImporter.h b049933d2f update license dates. 8 yıl önce
ObjFileMtlImporter.cpp 190190c1d7 Fix material index off-by-one error in some OBJ files (seen in a C4D export) 8 yıl önce
ObjFileMtlImporter.h b049933d2f update license dates. 8 yıl önce
ObjFileParser.cpp af3bba1572 fix review findings. 7 yıl önce
ObjFileParser.h b049933d2f update license dates. 8 yıl önce
ObjTools.h b049933d2f update license dates. 8 yıl önce
OgreBinarySerializer.cpp b049933d2f update license dates. 8 yıl önce
OgreBinarySerializer.h b049933d2f update license dates. 8 yıl önce
OgreImporter.cpp b049933d2f update license dates. 8 yıl önce
OgreImporter.h b049933d2f update license dates. 8 yıl önce
OgreMaterial.cpp b049933d2f update license dates. 8 yıl önce
OgreParsingUtils.h af3bba1572 fix review findings. 7 yıl önce
OgreStructs.cpp b049933d2f update license dates. 8 yıl önce
OgreStructs.h b049933d2f update license dates. 8 yıl önce
OgreXmlSerializer.cpp af3bba1572 fix review findings. 7 yıl önce
OgreXmlSerializer.h 388ec8461c Ogre: Change OgreXmlSerializer::ReadAttribute parameter from std::string to pointer 8 yıl önce
OpenGEXExporter.cpp b049933d2f update license dates. 8 yıl önce
OpenGEXExporter.h b049933d2f update license dates. 8 yıl önce
OpenGEXImporter.cpp ccbcaa2ee8 fix some static-analysis findings. 8 yıl önce
OpenGEXImporter.h 17b26c91e2 OpenGEX: Use std::unique_ptr to fix some memory leaks 8 yıl önce
OpenGEXStructs.h b049933d2f update license dates. 8 yıl önce
OptimizeGraph.cpp b049933d2f update license dates. 8 yıl önce
OptimizeGraph.h b049933d2f update license dates. 8 yıl önce
OptimizeMeshes.cpp b049933d2f update license dates. 8 yıl önce
OptimizeMeshes.h b049933d2f update license dates. 8 yıl önce
PlyExporter.cpp 5ea06e1bb6 Add support for texture file in PLY exports 7 yıl önce
PlyExporter.h b049933d2f update license dates. 8 yıl önce
PlyLoader.cpp 15fa86f100 Set primitive_type to point when PLY is a point cloud 8 yıl önce
PlyLoader.h 495ae70cc5 XFileParser: release x-file-based scene when throwing an exception. 8 yıl önce
PlyParser.cpp d2547e84f5 Fix for undefined behavior when loading binary PLY 8 yıl önce
PlyParser.h 495ae70cc5 XFileParser: release x-file-based scene when throwing an exception. 8 yıl önce
PolyTools.h b049933d2f update license dates. 8 yıl önce
PostStepRegistry.cpp 8a4fd2f947 globalScale process not registered 8 yıl önce
PretransformVertices.cpp 9397932e4f PretransformVertices: Rearrange some assignments to clarify things 8 yıl önce
PretransformVertices.h b049933d2f update license dates. 8 yıl önce
ProcessHelper.cpp b049933d2f update license dates. 8 yıl önce
ProcessHelper.h b049933d2f update license dates. 8 yıl önce
Q3BSPFileData.h b049933d2f update license dates. 8 yıl önce
Q3BSPFileImporter.cpp b049933d2f update license dates. 8 yıl önce
Q3BSPFileImporter.h b049933d2f update license dates. 8 yıl önce
Q3BSPFileParser.cpp b049933d2f update license dates. 8 yıl önce
Q3BSPFileParser.h b049933d2f update license dates. 8 yıl önce
Q3BSPZipArchive.cpp b049933d2f update license dates. 8 yıl önce
Q3BSPZipArchive.h 8f99c1a0be including <unzip.h> instead of <contrib/unzip/unzip.h> 8 yıl önce
Q3DLoader.cpp b049933d2f update license dates. 8 yıl önce
Q3DLoader.h b049933d2f update license dates. 8 yıl önce
RawLoader.cpp b049933d2f update license dates. 8 yıl önce
RawLoader.h b049933d2f update license dates. 8 yıl önce
RemoveComments.cpp b049933d2f update license dates. 8 yıl önce
RemoveRedundantMaterials.cpp b049933d2f update license dates. 8 yıl önce
RemoveRedundantMaterials.h b049933d2f update license dates. 8 yıl önce
RemoveVCProcess.cpp b049933d2f update license dates. 8 yıl önce
RemoveVCProcess.h b049933d2f update license dates. 8 yıl önce
SGSpatialSort.cpp b049933d2f update license dates. 8 yıl önce
SGSpatialSort.h 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
SIBImporter.cpp b049933d2f update license dates. 8 yıl önce
SIBImporter.h b049933d2f update license dates. 8 yıl önce
SMDLoader.cpp b049933d2f update license dates. 8 yıl önce
SMDLoader.h b049933d2f update license dates. 8 yıl önce
STEPFile.h b049933d2f update license dates. 8 yıl önce
STLExporter.cpp 0dab5c508e STL binary Export should write 4-byte floats for vertex and normal coordinates 7 yıl önce
STLExporter.h b049933d2f update license dates. 8 yıl önce
STLLoader.cpp cfd56a43a5 Fix compile error 7 yıl önce
STLLoader.h b049933d2f update license dates. 8 yıl önce
ScaleProcess.cpp 4919d3da2f closes https://github.com/assimp/assimp/issues/1836: make documentation much more clear how to apply global scaling. 7 yıl önce
ScaleProcess.h b049933d2f update license dates. 8 yıl önce
SceneCombiner.cpp e01e77a6c7 Merge branch 'master' into develop_kimkulling 7 yıl önce
ScenePreprocessor.cpp b049933d2f update license dates. 8 yıl önce
ScenePreprocessor.h b049933d2f update license dates. 8 yıl önce
ScenePrivate.h 0a3fb04b04 Update ScenePrivate.h 7 yıl önce
SkeletonMeshBuilder.cpp b049933d2f update license dates. 8 yıl önce
SortByPTypeProcess.cpp b049933d2f update license dates. 8 yıl önce
SortByPTypeProcess.h b049933d2f update license dates. 8 yıl önce
SpatialSort.cpp ccbcaa2ee8 fix some static-analysis findings. 8 yıl önce
SplitByBoneCountProcess.cpp b049933d2f update license dates. 8 yıl önce
SplitByBoneCountProcess.h b049933d2f update license dates. 8 yıl önce
SplitLargeMeshes.cpp b049933d2f update license dates. 8 yıl önce
SplitLargeMeshes.h b049933d2f update license dates. 8 yıl önce
StandardShapes.cpp b049933d2f update license dates. 8 yıl önce
StdOStreamLogStream.h b049933d2f update license dates. 8 yıl önce
StepExporter.cpp b049933d2f update license dates. 8 yıl önce
StepExporter.h b049933d2f update license dates. 8 yıl önce
Subdivision.cpp b049933d2f update license dates. 8 yıl önce
TargetAnimation.cpp b049933d2f update license dates. 8 yıl önce
TargetAnimation.h b049933d2f update license dates. 8 yıl önce
TerragenLoader.cpp b049933d2f update license dates. 8 yıl önce
TerragenLoader.h b049933d2f update license dates. 8 yıl önce
TextureTransform.cpp b049933d2f update license dates. 8 yıl önce
TextureTransform.h b049933d2f update license dates. 8 yıl önce
TriangulateProcess.cpp b049933d2f update license dates. 8 yıl önce
TriangulateProcess.h b049933d2f update license dates. 8 yıl önce
UnrealLoader.cpp b049933d2f update license dates. 8 yıl önce
UnrealLoader.h b049933d2f update license dates. 8 yıl önce
ValidateDataStructure.cpp b049933d2f update license dates. 8 yıl önce
ValidateDataStructure.h b049933d2f update license dates. 8 yıl önce
Version.cpp b049933d2f update license dates. 8 yıl önce
VertexTriangleAdjacency.cpp ccbcaa2ee8 fix some static-analysis findings. 8 yıl önce
VertexTriangleAdjacency.h ccbcaa2ee8 fix some static-analysis findings. 8 yıl önce
Win32DebugLogStream.h b049933d2f update license dates. 8 yıl önce
X3DExporter.cpp 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
X3DExporter.hpp 12dbbd4ce9 Misc. typos 8 yıl önce
X3DImporter.cpp b049933d2f update license dates. 8 yıl önce
X3DImporter.hpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Geometry2D.cpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Geometry3D.cpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Group.cpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Light.cpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Macro.hpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Metadata.cpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Networking.cpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Node.hpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Postprocess.cpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Rendering.cpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Shape.cpp b049933d2f update license dates. 8 yıl önce
X3DImporter_Texturing.cpp b049933d2f update license dates. 8 yıl önce
X3DVocabulary.cpp b049933d2f update license dates. 8 yıl önce
XFileExporter.cpp b049933d2f update license dates. 8 yıl önce
XFileExporter.h b049933d2f update license dates. 8 yıl önce
XFileHelper.h b049933d2f update license dates. 8 yıl önce
XFileImporter.cpp 57c1fe5954 x-parser: fix the crash. 8 yıl önce
XFileImporter.h b049933d2f update license dates. 8 yıl önce
XFileParser.cpp 9d813a48b0 fixed emply buffer stream write, removed some cast warnings. 7 yıl önce
XFileParser.h 3685791e0d closes https://github.com/assimp/assimp/issues/1729: check for bit flip when unsigned int overflow happens in x-file parsing. 8 yıl önce
XGLLoader.cpp d284d107e7 XGLLoader: Fix a memory leak 8 yıl önce
XGLLoader.h b049933d2f update license dates. 8 yıl önce
assbin_chunks.h 83de707587 Refactor: Expand tabs to 4 spaces 10 yıl önce
glTF2Asset.h 9a7611a93e AI_MATKEY_GLTF_... -> assimp/pbrmaterial.h 8 yıl önce
glTF2Asset.inl 72e9f3ecb9 fixed embedded texture reading. 8 yıl önce
glTF2AssetWriter.h b049933d2f update license dates. 8 yıl önce
glTF2AssetWriter.inl b049933d2f update license dates. 8 yıl önce
glTF2Exporter.cpp 26ac2ffb6c Not duplicating textures for embedded ones 7 yıl önce
glTF2Exporter.h b049933d2f update license dates. 8 yıl önce
glTF2Importer.cpp b049933d2f update license dates. 8 yıl önce
glTF2Importer.h b049933d2f update license dates. 8 yıl önce
glTFAsset.h b049933d2f update license dates. 8 yıl önce
glTFAsset.inl c874fd8ae2 changed std::to_string to to_string. 8 yıl önce
glTFAssetWriter.h b049933d2f update license dates. 8 yıl önce
glTFAssetWriter.inl b049933d2f update license dates. 8 yıl önce
glTFExporter.cpp b049933d2f update license dates. 8 yıl önce
glTFExporter.h b049933d2f update license dates. 8 yıl önce
glTFImporter.cpp affedc139e Merge https://github.com/assimp/assimp 8 yıl önce
glTFImporter.h b049933d2f update license dates. 8 yıl önce
makefile.mingw 66171de915 Successful lib build, unit testing still WIP 8 yıl önce
scene.cpp b049933d2f update license dates. 8 yıl önce
simd.cpp 32b466941b Add missig docs and fix some small review findings. 7 yıl önce
simd.h 32b466941b Add missig docs and fix some small review findings. 7 yıl önce