Kangning Li c98e77907c fixed some small bugs in the gltf exporter: byteOffsets in accessors/bufferViews, logic problem with bufferView targets 9 سال پیش
..
res 524834c307 Fix line endings. 10 سال پیش
.editorconfig 8326535445 Implemented: Add editor config for source code 10 سال پیش
3DSConverter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
3DSExporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
3DSExporter.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
3DSHelper.h bd032488e4 remove read unitilize memory 10 سال پیش
3DSLoader.cpp b345f79d45 3DS: Use C++11 range-based for loop 9 سال پیش
3DSLoader.h 1191d03405 Update license info. 10 سال پیش
ACLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
ACLoader.h 1191d03405 Update license info. 10 سال پیش
ASELoader.cpp f0ebb40f19 ASE: Use C++11 range-based for loop 9 سال پیش
ASELoader.h 1191d03405 Update license info. 10 سال پیش
ASEParser.cpp 36668aa31a ASEParser: fix invalid size of buffer for log writing. 10 سال پیش
ASEParser.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
AssbinExporter.cpp 397fa374a3 Removed usage of Boost static assert. 10 سال پیش
AssbinExporter.h 1191d03405 Update license info. 10 سال پیش
AssbinLoader.cpp 397fa374a3 Removed usage of Boost static assert. 10 سال پیش
AssbinLoader.h 1191d03405 Update license info. 10 سال پیش
Assimp.cpp 4836a2993e Replaced boost::thread with std::thread 9 سال پیش
AssimpCExport.cpp 1191d03405 Update license info. 10 سال پیش
AssxmlExporter.cpp 25d84a6aff Adds support for area lights. 9 سال پیش
AssxmlExporter.h 1191d03405 Update license info. 10 سال پیش
B3DImporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
B3DImporter.h 1191d03405 Update license info. 10 سال پیش
BVHLoader.cpp b37e25cd7d Replaced boost::format with internal formater 9 سال پیش
BVHLoader.h 1191d03405 Update license info. 10 سال پیش
BaseImporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
BaseImporter.h 64f78e003f Fixed crashes when files were not found, and fixed some warnings 9 سال پیش
BaseProcess.cpp 1191d03405 Update license info. 10 سال پیش
BaseProcess.h 1191d03405 Update license info. 10 سال پیش
Bitmap.cpp 1191d03405 Update license info. 10 سال پیش
Bitmap.h 1191d03405 Update license info. 10 سال پیش
BlenderBMesh.cpp 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
BlenderBMesh.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
BlenderDNA.cpp 5192b837da Replace std::endl by using backslash n. 9 سال پیش
BlenderDNA.h 0ec1e91722 Regression Testsuite: update database. 9 سال پیش
BlenderDNA.inl 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
BlenderIntermediate.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
BlenderLoader.cpp c554b55f97 Merge branch 'blender_materials' 9 سال پیش
BlenderLoader.h c4a542a994 Adds blender material loading. 9 سال پیش
BlenderModifier.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
BlenderModifier.h 2496e8a0a3 Lib: reduce number of header files included. 10 سال پیش
BlenderScene.cpp c554b55f97 Merge branch 'blender_materials' 9 سال پیش
BlenderScene.h c554b55f97 Merge branch 'blender_materials' 9 سال پیش
BlenderSceneGen.h 0ec1e91722 Regression Testsuite: update database. 9 سال پیش
BlenderTessellator.cpp 1b94b8969f Blender Importer: fix review findings. 9 سال پیش
BlenderTessellator.h 2496e8a0a3 Lib: reduce number of header files included. 10 سال پیش
BlobIOSystem.h 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
ByteSwapper.h 1191d03405 Update license info. 10 سال پیش
C4DImporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
C4DImporter.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
CInterfaceIOWrapper.h 1191d03405 Update license info. 10 سال پیش
CMakeLists.txt fc5464eb38 Pull from upstream, 5/17/2016 9 سال پیش
COBLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
COBLoader.h 1191d03405 Update license info. 10 سال پیش
COBScene.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
CSMLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
CSMLoader.h 1191d03405 Update license info. 10 سال پیش
CalcTangentsProcess.cpp 20630e950a Regression test suite: add ui for simpler text execution. 9 سال پیش
CalcTangentsProcess.h 1191d03405 Update license info. 10 سال پیش
ColladaExporter.cpp ae99f99b99 Replaced boost::tuple with std::tuple 9 سال پیش
ColladaExporter.h ae99f99b99 Replaced boost::tuple with std::tuple 9 سال پیش
ColladaHelper.h 7e58a47ba0 * Combining single-channel animations like the previous code did, except now it has been deferred until after all nodes have been read. This makes the regression tests pass for a database created before these code changes. 10 سال پیش
ColladaLoader.cpp 52405bbe1b Collada: Use C++11 range-based for loop 9 سال پیش
ColladaLoader.h 1191d03405 Update license info. 10 سال پیش
ColladaParser.cpp 0a1dda22b2 ColladaParser: add warning when empty semantic will be parsed. 9 سال پیش
ColladaParser.h b37e25cd7d Replaced boost::format with internal formater 9 سال پیش
ComputeUVMappingProcess.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
ComputeUVMappingProcess.h 1191d03405 Update license info. 10 سال پیش
ConvertToLHProcess.cpp 1191d03405 Update license info. 10 سال پیش
ConvertToLHProcess.h 1191d03405 Update license info. 10 سال پیش
D3MFImporter.cpp 8f4f0047fb Added 3MF importer 9 سال پیش
D3MFImporter.h 753b63c526 Removed override keywords so compilation success on gcc 4.6 9 سال پیش
D3MFOpcPackage.cpp 8566b9aa90 D3MF: Use C++11 range-based for loop 9 سال پیش
D3MFOpcPackage.h 8f4f0047fb Added 3MF importer 9 سال پیش
DXFHelper.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
DXFLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
DXFLoader.h 1191d03405 Update license info. 10 سال پیش
DeboneProcess.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
DeboneProcess.h 1191d03405 Update license info. 10 سال پیش
DefaultIOStream.cpp 397fa374a3 Removed usage of Boost static assert. 10 سال پیش
DefaultIOStream.h 1191d03405 Update license info. 10 سال پیش
DefaultIOSystem.cpp 1191d03405 Update license info. 10 سال پیش
DefaultIOSystem.h 1191d03405 Update license info. 10 سال پیش
DefaultLogger.cpp 4836a2993e Replaced boost::thread with std::thread 9 سال پیش
DefaultProgressHandler.h 1191d03405 Update license info. 10 سال پیش
Defines.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
Exceptional.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
Exporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXAnimation.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
FBXBinaryTokenizer.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
FBXCompileConfig.h 1191d03405 Update license info. 10 سال پیش
FBXConverter.cpp c7c756d344 FBX: Use C++11 range-based for loop 9 سال پیش
FBXConverter.h 53370d0d31 FBXImporter: some refactorings to increase readability. 10 سال پیش
FBXDeformer.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
FBXDocument.cpp c7c756d344 FBX: Use C++11 range-based for loop 9 سال پیش
FBXDocument.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXDocumentUtil.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXDocumentUtil.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXImportSettings.h 1191d03405 Update license info. 10 سال پیش
FBXImporter.cpp cc0fce8568 Replaced boost::timer with std::chrono 9 سال پیش
FBXImporter.h 2b09199f4a FBXImporter: move MeshGeometry declaration into its own header 10 سال پیش
FBXMaterial.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
FBXMeshGeometry.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
FBXMeshGeometry.h 2b09199f4a FBXImporter: move MeshGeometry declaration into its own header 10 سال پیش
FBXModel.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
FBXNodeAttribute.cpp 53370d0d31 FBXImporter: some refactorings to increase readability. 10 سال پیش
FBXParser.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
FBXParser.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXProperties.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXProperties.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXTokenizer.cpp 1191d03405 Update license info. 10 سال پیش
FBXTokenizer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXUtil.cpp 1191d03405 Update license info. 10 سال پیش
FBXUtil.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
FileLogStream.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
FileSystemFilter.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
FindDegenerates.cpp 1191d03405 Update license info. 10 سال پیش
FindDegenerates.h 1191d03405 Update license info. 10 سال پیش
FindInstancesProcess.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FindInstancesProcess.h 1191d03405 Update license info. 10 سال پیش
FindInvalidDataProcess.cpp 1191d03405 Update license info. 10 سال پیش
FindInvalidDataProcess.h 1191d03405 Update license info. 10 سال پیش
FixNormalsStep.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
FixNormalsStep.h 1191d03405 Update license info. 10 سال پیش
GenFaceNormalsProcess.cpp 1191d03405 Update license info. 10 سال پیش
GenFaceNormalsProcess.h 1191d03405 Update license info. 10 سال پیش
GenVertexNormalsProcess.cpp 7ef579674d GenVertexNormalsProcess: use initalizer list instead of setting the earch angle in the constructor. 10 سال پیش
GenVertexNormalsProcess.h 1191d03405 Update license info. 10 سال پیش
GenericProperty.h 1191d03405 Update license info. 10 سال پیش
HMPFileData.h 1191d03405 Update license info. 10 سال پیش
HMPLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
HMPLoader.h 1191d03405 Update license info. 10 سال پیش
HalfLifeFileData.h 1191d03405 Update license info. 10 سال پیش
Hash.h 1191d03405 Update license info. 10 سال پیش
IFCBoolean.cpp ae99f99b99 Replaced boost::tuple with std::tuple 9 سال پیش
IFCCurve.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
IFCGeometry.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
IFCLoader.cpp ae99f99b99 Replaced boost::tuple with std::tuple 9 سال پیش
IFCLoader.h 1191d03405 Update license info. 10 سال پیش
IFCMaterial.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
IFCOpenings.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
IFCProfile.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
IFCReaderGen.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
IFCReaderGen.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
IFCUtil.cpp cff5b0d1a0 Replaced depreacated std::auto_ptr with std::unique_ptr 9 سال پیش
IFCUtil.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
IFF.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
IRRLoader.cpp 3031470ec1 IRR: Use C++11 range-based for loop 9 سال پیش
IRRLoader.h 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
IRRMeshLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
IRRMeshLoader.h 560e1eebc1 fix for https://github.com/assimp/assimp/issues/887: add missing define. 9 سال پیش
IRRShared.cpp 1191d03405 Update license info. 10 سال پیش
IRRShared.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
Importer.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
Importer.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
ImporterRegistry.cpp 8f4f0047fb Added 3MF importer 9 سال پیش
ImproveCacheLocality.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
ImproveCacheLocality.h 1191d03405 Update license info. 10 سال پیش
JoinVerticesProcess.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
JoinVerticesProcess.h 1191d03405 Update license info. 10 سال پیش
LWOAnimation.cpp b71bd3df84 LWO: Fix division by zero 10 سال پیش
LWOAnimation.h 1191d03405 Update license info. 10 سال پیش
LWOBLoader.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
LWOFileData.h 1191d03405 Update license info. 10 سال پیش
LWOLoader.cpp b9fbfbc18a LWO: Use C++11 range-based for loop 9 سال پیش
LWOLoader.h 1191d03405 Update license info. 10 سال پیش
LWOMaterial.cpp b9fbfbc18a LWO: Use C++11 range-based for loop 9 سال پیش
LWSLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
LWSLoader.h 1191d03405 Update license info. 10 سال پیش
LimitBoneWeightsProcess.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
LimitBoneWeightsProcess.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
LineSplitter.h 1191d03405 Update license info. 10 سال پیش
LogAux.h 1191d03405 Update license info. 10 سال پیش
MD2FileData.h 1191d03405 Update license info. 10 سال پیش
MD2Loader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
MD2Loader.h 1191d03405 Update license info. 10 سال پیش
MD2NormalTable.h 1191d03405 Update license info. 10 سال پیش
MD3FileData.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
MD3Loader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
MD3Loader.h 1191d03405 Update license info. 10 سال پیش
MD4FileData.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
MD5Loader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
MD5Loader.h 1191d03405 Update license info. 10 سال پیش
MD5Parser.cpp ac676d4d3c MD5: Use C++11 range-based for loop 9 سال پیش
MD5Parser.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
MDCFileData.h 1191d03405 Update license info. 10 سال پیش
MDCLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
MDCLoader.h 1191d03405 Update license info. 10 سال پیش
MDCNormalTable.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
MDLDefaultColorMap.h 1191d03405 Update license info. 10 سال پیش
MDLFileData.h 1191d03405 Update license info. 10 سال پیش
MDLLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
MDLLoader.h 1191d03405 Update license info. 10 سال پیش
MDLMaterialLoader.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
MS3DLoader.cpp 1191d03405 Update license info. 10 سال پیش
MS3DLoader.h 1191d03405 Update license info. 10 سال پیش
Macros.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
MakeVerboseFormat.cpp 430b614a69 coverity scan: make place of false positive more understandable. 10 سال پیش
MakeVerboseFormat.h 1191d03405 Update license info. 10 سال پیش
MaterialSystem.cpp 4af9632269 fix memory leak 10 سال پیش
MaterialSystem.h 1191d03405 Update license info. 10 سال پیش
MathFunctions.h 3eafc7e746 Renamed Math.h --> MathFunctions.h 9 سال پیش
MemoryIOWrapper.h 4af9632269 fix memory leak 10 سال پیش
NDOLoader.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
NDOLoader.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
NFFLoader.cpp 3eb9b8e91b NFF: Use C++11 range-based for loop 9 سال پیش
NFFLoader.h 1191d03405 Update license info. 10 سال پیش
OFFLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
OFFLoader.h 1191d03405 Update license info. 10 سال پیش
ObjExporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
ObjExporter.h 1191d03405 Update license info. 10 سال پیش
ObjFileData.h 1191d03405 Update license info. 10 سال پیش
ObjFileImporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
ObjFileImporter.h 1191d03405 Update license info. 10 سال پیش
ObjFileMtlImporter.cpp 58fc3940f2 Obj Importer: add missing semicolon to fix the build. 10 سال پیش
ObjFileMtlImporter.h 1191d03405 Update license info. 10 سال پیش
ObjFileParser.cpp 124fc9ae27 [VCS-1030] add log info about .mtl fallback 9 سال پیش
ObjFileParser.h abb3e6b854 [VCS-1030] fallback for non-found .mtl file: try file name of original obj with just the file extension replaced by "mtl" 9 سال پیش
ObjTools.h 37a3976b30 Revert "Fix issue: OBJ import takes forever (#759) (attempt 2)" 10 سال پیش
OgreBinarySerializer.cpp 32e4dd0bd1 Ogre: Use C++11 range-based for loop 9 سال پیش
OgreBinarySerializer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
OgreImporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
OgreImporter.h 1191d03405 Update license info. 10 سال پیش
OgreMaterial.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
OgreParsingUtils.h 1191d03405 Update license info. 10 سال پیش
OgreStructs.cpp 32e4dd0bd1 Ogre: Use C++11 range-based for loop 9 سال پیش
OgreStructs.h 7468ca5c35 VS2015-code analysis: fix finding ( index var type too small ). 9 سال پیش
OgreXmlSerializer.cpp 32e4dd0bd1 Ogre: Use C++11 range-based for loop 9 سال پیش
OgreXmlSerializer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
OpenGEXExporter.cpp 522f4e0882 Closes https://github.com/assimp/assimp/issues/786: 10 سال پیش
OpenGEXExporter.h 522f4e0882 Closes https://github.com/assimp/assimp/issues/786: 10 سال پیش
OpenGEXImporter.cpp d67c8c29b6 Merge pull request #898 from turol/cxx11-refactor 9 سال پیش
OpenGEXImporter.h e9085097f3 OpenGEX: add light impl and add examples. 9 سال پیش
OpenGEXStructs.h 522f4e0882 Closes https://github.com/assimp/assimp/issues/786: 10 سال پیش
OptimizeGraph.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
OptimizeGraph.h 1191d03405 Update license info. 10 سال پیش
OptimizeMeshes.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
OptimizeMeshes.h 1191d03405 Update license info. 10 سال پیش
ParsingUtils.h 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
PlyExporter.cpp 473d2ca052 Fix texture coords exporting on binary PLY files 9 سال پیش
PlyExporter.h 8c13c8a558 PLYExporter: forbit copying + add empty destructor. 10 سال پیش
PlyLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
PlyLoader.h 1191d03405 Update license info. 10 سال پیش
PlyParser.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
PlyParser.h 1191d03405 Update license info. 10 سال پیش
PolyTools.h 1191d03405 Update license info. 10 سال پیش
PostStepRegistry.cpp 1191d03405 Update license info. 10 سال پیش
PretransformVertices.cpp 25d84a6aff Adds support for area lights. 9 سال پیش
PretransformVertices.h 1191d03405 Update license info. 10 سال پیش
ProcessHelper.cpp 1191d03405 Update license info. 10 سال پیش
ProcessHelper.h 1191d03405 Update license info. 10 سال پیش
Profiler.h f59cba13eb Try fixing clang builds 9 سال پیش
Q3BSPFileData.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
Q3BSPFileImporter.cpp 6c9c040419 Q3BSP: Use C++11 range-based for loop 9 سال پیش
Q3BSPFileImporter.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
Q3BSPFileParser.cpp 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
Q3BSPFileParser.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
Q3BSPZipArchive.cpp 6c9c040419 Q3BSP: Use C++11 range-based for loop 9 سال پیش
Q3BSPZipArchive.h 46121a1559 Mark single-parameter constructors explicit 10 سال پیش
Q3DLoader.cpp 1191d03405 Update license info. 10 سال پیش
Q3DLoader.h 1191d03405 Update license info. 10 سال پیش
RawLoader.cpp d238597459 Raw: Use C++11 range-based for loop 9 سال پیش
RawLoader.h 1191d03405 Update license info. 10 سال پیش
RemoveComments.cpp 1191d03405 Update license info. 10 سال پیش
RemoveComments.h 1191d03405 Update license info. 10 سال پیش
RemoveRedundantMaterials.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
RemoveRedundantMaterials.h 1191d03405 Update license info. 10 سال پیش
RemoveVCProcess.cpp 4af9632269 fix memory leak 10 سال پیش
RemoveVCProcess.h 1191d03405 Update license info. 10 سال پیش
SGSpatialSort.cpp 1191d03405 Update license info. 10 سال پیش
SGSpatialSort.h 1191d03405 Update license info. 10 سال پیش
SIBImporter.cpp 1acd24e0ae iSIBImporter: fix possible dereferncing of a null pointer. 9 سال پیش
SIBImporter.h 1191d03405 Update license info. 10 سال پیش
SMDLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
SMDLoader.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
STEPFile.h 1daae7b7b9 STEPFile.h: delete deleted copy ctor and move ctors. Class has a const member, so implicit creation is off anyway. Enables pre cpp11 compilation. 9 سال پیش
STEPFileEncoding.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
STEPFileEncoding.h 1191d03405 Update license info. 10 سال پیش
STEPFileReader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
STEPFileReader.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
STLExporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
STLExporter.h 1191d03405 Update license info. 10 سال پیش
STLLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
STLLoader.h 1191d03405 Update license info. 10 سال پیش
SceneCombiner.cpp 5a8c15d826 fix SceneCombiner copy of aiNode not setting mParent field 9 سال پیش
SceneCombiner.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
ScenePreprocessor.cpp 1191d03405 Update license info. 10 سال پیش
ScenePreprocessor.h 1191d03405 Update license info. 10 سال پیش
ScenePrivate.h 1191d03405 Update license info. 10 سال پیش
SkeletonMeshBuilder.cpp c7f69e151e fix memory leak 10 سال پیش
SkeletonMeshBuilder.h 1191d03405 Update license info. 10 سال پیش
SmoothingGroups.h 1191d03405 Update license info. 10 سال پیش
SmoothingGroups.inl 4d5df6dc9a use NormalizeSafe to prevent NaN when normalizing zero vectors 10 سال پیش
SortByPTypeProcess.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
SortByPTypeProcess.h 1191d03405 Update license info. 10 سال پیش
SpatialSort.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
SpatialSort.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
SplitByBoneCountProcess.cpp 896120b76a Assimp mostly uses unsigned int where it perhaps should've used size_t, nonetheless SPBC insisted on size_t, causing lots of noisy compile warnings. 9 سال پیش
SplitByBoneCountProcess.h 896120b76a Assimp mostly uses unsigned int where it perhaps should've used size_t, nonetheless SPBC insisted on size_t, causing lots of noisy compile warnings. 9 سال پیش
SplitLargeMeshes.cpp 381f87507f SplitLargeMeshes: Use C++11 range-based for loop 9 سال پیش
SplitLargeMeshes.h 1191d03405 Update license info. 10 سال پیش
StandardShapes.cpp 1191d03405 Update license info. 10 سال پیش
StandardShapes.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
StdOStreamLogStream.h 46121a1559 Mark single-parameter constructors explicit 10 سال پیش
StepExporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
StepExporter.h 1191d03405 Update license info. 10 سال پیش
StreamReader.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
StreamWriter.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
StringComparison.h 1191d03405 Update license info. 10 سال پیش
StringUtils.h 5463146688 Add std::string header. 9 سال پیش
Subdivision.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
Subdivision.h 1191d03405 Update license info. 10 سال پیش
TargetAnimation.cpp 1191d03405 Update license info. 10 سال پیش
TargetAnimation.h 1191d03405 Update license info. 10 سال پیش
TerragenLoader.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
TerragenLoader.h 1191d03405 Update license info. 10 سال پیش
TextureTransform.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
TextureTransform.h 1191d03405 Update license info. 10 سال پیش
TinyFormatter.h 1191d03405 Update license info. 10 سال پیش
TriangulateProcess.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
TriangulateProcess.h 1191d03405 Update license info. 10 سال پیش
UnrealLoader.cpp 896ab8eee2 Unreal: Use C++11 range-based for loop 9 سال پیش
UnrealLoader.h 1191d03405 Update license info. 10 سال پیش
ValidateDataStructure.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
ValidateDataStructure.h 1191d03405 Update license info. 10 سال پیش
Version.cpp 655cb65ab2 Version: increase version from 3.1.1 to 3.2. 10 سال پیش
Vertex.h 1191d03405 Update license info. 10 سال پیش
VertexTriangleAdjacency.cpp 1191d03405 Update license info. 10 سال پیش
VertexTriangleAdjacency.h 1191d03405 Update license info. 10 سال پیش
Win32DebugLogStream.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
XFileExporter.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
XFileExporter.h 1191d03405 Update license info. 10 سال پیش
XFileHelper.h 1191d03405 Update license info. 10 سال پیش
XFileImporter.cpp ae99f99b99 Replaced boost::tuple with std::tuple 9 سال پیش
XFileImporter.h 1191d03405 Update license info. 10 سال پیش
XFileParser.cpp 037fec275c std::to_string: add replacement for android build chain. 9 سال پیش
XFileParser.h 1191d03405 Update license info. 10 سال پیش
XGLLoader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
XGLLoader.h 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
XMLTools.h 1191d03405 Update license info. 10 سال پیش
assbin_chunks.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
fast_atof.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
glTFAsset.h 159af06524 Fixed GLTF bugs, and added a few test models 9 سال پیش
glTFAsset.inl 38ce71d5a0 Update glTFAsset.inl 9 سال پیش
glTFAssetWriter.h 0b79d1ebda Revert previous glTF fix (e5233283efa2b84a1bf) because it breaks ODR as pointed out by @turol, instead just make importer depend on the necessary definitions. 9 سال پیش
glTFAssetWriter.inl 0b79d1ebda Revert previous glTF fix (e5233283efa2b84a1bf) because it breaks ODR as pointed out by @turol, instead just make importer depend on the necessary definitions. 9 سال پیش
glTFExporter.cpp c98e77907c fixed some small bugs in the gltf exporter: byteOffsets in accessors/bufferViews, logic problem with bufferView targets 9 سال پیش
glTFExporter.h 64f78e003f Fixed crashes when files were not found, and fixed some warnings 9 سال پیش
glTFImporter.cpp 159af06524 Fixed GLTF bugs, and added a few test models 9 سال پیش
glTFImporter.h 1191d03405 Update license info. 10 سال پیش
irrXMLWrapper.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. 15 سال پیش
qnan.h 1191d03405 Update license info. 10 سال پیش