jamesgk 36f4fb8826 GLTF exporter: ensure animation accessors have same count 8 лет назад
..
res 4495162f5f Fix new lines problem 9 лет назад
.editorconfig 8326535445 Implemented: Add editor config for source code 10 лет назад
3DSConverter.cpp 505928cc02 Fixed build warnings on MSVC14 x64 in the 3DS format sources. 9 лет назад
3DSExporter.cpp 505928cc02 Fixed build warnings on MSVC14 x64 in the 3DS format sources. 9 лет назад
3DSExporter.h ef540f46a3 Remove unused headers. 9 лет назад
3DSHelper.h ef540f46a3 Remove unused headers. 9 лет назад
3DSLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
3DSLoader.h fa1d6d8c55 propagating precision requirments into operations 9 лет назад
ACLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
ACLoader.h 7207e5117c Use new include bracktes. 9 лет назад
AMFImporter.cpp bb7f387bcf Merge branch 'master' of https://github.com/assimp/assimp 8 лет назад
AMFImporter.hpp ef540f46a3 Remove unused headers. 9 лет назад
AMFImporter_Geometry.cpp 9dc4fb2aa3 AMF: add missing license info. 9 лет назад
AMFImporter_Macro.hpp 9dc4fb2aa3 AMF: add missing license info. 9 лет назад
AMFImporter_Material.cpp 9dc4fb2aa3 AMF: add missing license info. 9 лет назад
AMFImporter_Node.hpp 9dc4fb2aa3 AMF: add missing license info. 9 лет назад
AMFImporter_Postprocess.cpp ef540f46a3 Remove unused headers. 9 лет назад
ASELoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
ASELoader.h ef540f46a3 Remove unused headers. 9 лет назад
ASEParser.cpp 8d27945619 Merge branch 'master' into cleanup_includes 9 лет назад
ASEParser.h fa1d6d8c55 propagating precision requirments into operations 9 лет назад
AssbinExporter.cpp a2dadbbe52 Fixed build warnings on MSVC14 x64 in the AssBin sources. 9 лет назад
AssbinExporter.h 1191d03405 Update license info. 10 лет назад
AssbinLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
AssbinLoader.h ef540f46a3 Remove unused headers. 9 лет назад
Assimp.cpp f45aeca3f6 Fix build: use ai_assert instead of assert. 9 лет назад
AssimpCExport.cpp b0f09ee6e2 Merge pull request #903 from dontbmh/upstream 9 лет назад
AssxmlExporter.cpp ef540f46a3 Remove unused headers. 9 лет назад
AssxmlExporter.h 1191d03405 Update license info. 10 лет назад
B3DImporter.cpp ef540f46a3 Remove unused headers. 9 лет назад
B3DImporter.h ef540f46a3 Remove unused headers. 9 лет назад
BVHLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
BVHLoader.h 1191d03405 Update license info. 10 лет назад
BaseImporter.cpp ef540f46a3 Remove unused headers. 9 лет назад
BaseImporter.h ef540f46a3 Remove unused headers. 9 лет назад
BaseProcess.cpp 7207e5117c Use new include bracktes. 9 лет назад
BaseProcess.h ef540f46a3 Remove unused headers. 9 лет назад
Bitmap.cpp 7207e5117c Use new include bracktes. 9 лет назад
Bitmap.h ef540f46a3 Remove unused headers. 9 лет назад
BlenderBMesh.cpp 06beb50391 Fixed build warnings on MSVC14 x64 in the Blender format sources, as well as 9 лет назад
BlenderBMesh.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
BlenderDNA.cpp ef540f46a3 Remove unused headers. 9 лет назад
BlenderDNA.h ef540f46a3 Remove unused headers. 9 лет назад
BlenderDNA.inl ef540f46a3 Remove unused headers. 9 лет назад
BlenderIntermediate.h ef540f46a3 Remove unused headers. 9 лет назад
BlenderLoader.cpp 8d27945619 Merge branch 'master' into cleanup_includes 9 лет назад
BlenderLoader.h 293654fe7c Fix unittest. 9 лет назад
BlenderModifier.cpp 0c00edb40e Blender: fix some minor findings. 9 лет назад
BlenderModifier.h 2496e8a0a3 Lib: reduce number of header files included. 10 лет назад
BlenderScene.cpp e6dcad384a Fix missing includes. 9 лет назад
BlenderScene.h 98100d8cab Blender-Importer: fix coverity findings. 8 лет назад
BlenderSceneGen.h 0ec1e91722 Regression Testsuite: update database. 9 лет назад
BlenderTessellator.cpp 06beb50391 Fixed build warnings on MSVC14 x64 in the Blender format sources, as well as 9 лет назад
BlenderTessellator.h 2496e8a0a3 Lib: reduce number of header files included. 10 лет назад
BlobIOSystem.h f312d8709e More cleanup 9 лет назад
ByteSwapper.h 7207e5117c Use new include bracktes. 9 лет назад
C4DImporter.cpp 7b08233ef2 Fix identation 9 лет назад
C4DImporter.h 3c7dd2b302 More whitespace consistency 9 лет назад
CInterfaceIOWrapper.cpp cbcaa107eb cfileio: fix leaks by not closing files in the destructor 9 лет назад
CInterfaceIOWrapper.h cbcaa107eb cfileio: fix leaks by not closing files in the destructor 9 лет назад
CMakeLists.txt 4a0171bd82 - Apply mechanism to decide use for IrrXML external or internal 8 лет назад
COBLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
COBLoader.h 1191d03405 Update license info. 10 лет назад
COBScene.h ef540f46a3 Remove unused headers. 9 лет назад
CSMLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
CSMLoader.h 1191d03405 Update license info. 10 лет назад
CalcTangentsProcess.cpp a84bf869c2 replace more math.h functions occurences with std:: 9 лет назад
CalcTangentsProcess.h 1191d03405 Update license info. 10 лет назад
ColladaExporter.cpp bb7f387bcf Merge branch 'master' of https://github.com/assimp/assimp 8 лет назад
ColladaExporter.h 5cb4df80ad C++11-combat: hopefully the last std::to_string to replace. 9 лет назад
ColladaHelper.h ef540f46a3 Remove unused headers. 9 лет назад
ColladaLoader.cpp bb7f387bcf Merge branch 'master' of https://github.com/assimp/assimp 8 лет назад
ColladaLoader.h 9621dff027 Morph animation support for collada 9 лет назад
ColladaParser.cpp 28a78ca460 Merge pull request #1156 from elect86/patch-7 9 лет назад
ColladaParser.h ef540f46a3 Remove unused headers. 9 лет назад
ComputeUVMappingProcess.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
ComputeUVMappingProcess.h 7207e5117c Use new include bracktes. 9 лет назад
ConvertToLHProcess.cpp 7207e5117c Use new include bracktes. 9 лет назад
ConvertToLHProcess.h 7207e5117c Use new include bracktes. 9 лет назад
CreateAnimMesh.cpp 9621dff027 Morph animation support for collada 9 лет назад
CreateAnimMesh.h 9621dff027 Morph animation support for collada 9 лет назад
D3MFImporter.cpp 98100d8cab Blender-Importer: fix coverity findings. 8 лет назад
D3MFImporter.h ef540f46a3 Remove unused headers. 9 лет назад
D3MFOpcPackage.cpp ef540f46a3 Remove unused headers. 9 лет назад
D3MFOpcPackage.h ef540f46a3 Remove unused headers. 9 лет назад
DXFHelper.h 7207e5117c Use new include bracktes. 9 лет назад
DXFLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
DXFLoader.h ef540f46a3 Remove unused headers. 9 лет назад
DeboneProcess.cpp 0469a5c2e4 Fixed build warnings on MSVC14 x64 in the debone process. 9 лет назад
DeboneProcess.h 7207e5117c Use new include bracktes. 9 лет назад
DefaultIOStream.cpp 1c6145b39e Merge branch 'fix-include-api' of https://github.com/Lugdunum3D/assimp into Lugdunum3D-fix-include-api 8 лет назад
DefaultIOSystem.cpp 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
DefaultLogger.cpp 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
DefaultProgressHandler.h 7207e5117c Use new include bracktes. 9 лет назад
Exceptional.h 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
Exporter.cpp bb7f387bcf Merge branch 'master' of https://github.com/assimp/assimp 8 лет назад
FBXAnimation.cpp f312d8709e More cleanup 9 лет назад
FBXBinaryTokenizer.cpp dcfc696e86 FBX: woraround for issue 1089. 9 лет назад
FBXCompileConfig.h e6dcad384a Fix missing includes. 9 лет назад
FBXConverter.cpp f312d8709e More cleanup 9 лет назад
FBXConverter.h 53370d0d31 FBXImporter: some refactorings to increase readability. 10 лет назад
FBXDeformer.cpp f312d8709e More cleanup 9 лет назад
FBXDocument.cpp e6dcad384a Fix missing includes. 9 лет назад
FBXDocument.h 5be2351dc6 FBX: Correct camera position and clip planes. 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 ef540f46a3 Remove unused headers. 9 лет назад
FBXImporter.h 2b09199f4a FBXImporter: move MeshGeometry declaration into its own header 10 лет назад
FBXMaterial.cpp 27f81884f9 adding support to store all the layered textures 9 лет назад
FBXMeshGeometry.cpp 9f7e34663e FBX: make lookup test less strict. closes https://github.com/assimp/assimp/issues/994 9 лет назад
FBXMeshGeometry.h 9f7e34663e FBX: make lookup test less strict. closes https://github.com/assimp/assimp/issues/994 9 лет назад
FBXModel.cpp f312d8709e More cleanup 9 лет назад
FBXNodeAttribute.cpp f312d8709e More cleanup 9 лет назад
FBXParser.cpp e6dcad384a Fix missing includes. 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 e6dcad384a Fix missing includes. 9 лет назад
FBXTokenizer.cpp 1191d03405 Update license info. 10 лет назад
FBXTokenizer.h e6dcad384a Fix missing includes. 9 лет назад
FBXUtil.cpp e6dcad384a Fix missing includes. 9 лет назад
FBXUtil.h f312d8709e More cleanup 9 лет назад
FileLogStream.h bb7f387bcf Merge branch 'master' of https://github.com/assimp/assimp 8 лет назад
FileSystemFilter.h 87e7cf00a2 Fix spelling mistakes 9 лет назад
FindDegenerates.cpp 1191d03405 Update license info. 10 лет назад
FindDegenerates.h 7207e5117c Use new include bracktes. 9 лет назад
FindInstancesProcess.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 лет назад
FindInstancesProcess.h 1191d03405 Update license info. 10 лет назад
FindInvalidDataProcess.cpp fa1d6d8c55 propagating precision requirments into operations 9 лет назад
FindInvalidDataProcess.h fa1d6d8c55 propagating precision requirments into operations 9 лет назад
FixNormalsStep.cpp 25cda401c5 use cmath and C++ (std::) versions of functions 9 лет назад
FixNormalsStep.h 1191d03405 Update license info. 10 лет назад
GenFaceNormalsProcess.cpp 7207e5117c Use new include bracktes. 9 лет назад
GenFaceNormalsProcess.h 7207e5117c Use new include bracktes. 9 лет назад
GenVertexNormalsProcess.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
GenVertexNormalsProcess.h 5adb0e899c CMake Option and moving more functions to optional double support 9 лет назад
GenericProperty.h 7207e5117c Use new include bracktes. 9 лет назад
HMPFileData.h 1191d03405 Update license info. 10 лет назад
HMPLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
HMPLoader.h f312d8709e More cleanup 9 лет назад
HalfLifeFileData.h f312d8709e More cleanup 9 лет назад
Hash.h 1191d03405 Update license info. 10 лет назад
IFCBoolean.cpp 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
IFCCurve.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 лет назад
IFCGeometry.cpp bf2e2f7537 Extended support for tessellation parameter to more IFC shapes 8 лет назад
IFCLoader.cpp d4ead31c18 Merge remote-tracking branch 'github/master' into contrib 8 лет назад
IFCLoader.h 9ef234b842 Added parameter to control cylindrical shapes tessellation 8 лет назад
IFCMaterial.cpp 5289954e27 Fix review findings. 8 лет назад
IFCOpenings.cpp fff0e886a1 Fixed bug in IFC openings when curmesh.vertcnt is empty 8 лет назад
IFCProfile.cpp 9ef234b842 Added parameter to control cylindrical shapes tessellation 8 лет назад
IFCReaderGen.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
IFCReaderGen1.cpp b50d734d75 IFC: Switch generated file to 2 files to fix issue related to <mingw4.9 ( 9 лет назад
IFCReaderGen2.cpp b50d734d75 IFC: Switch generated file to 2 files to fix issue related to <mingw4.9 ( 9 лет назад
IFCUtil.cpp 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
IFCUtil.h 7207e5117c Use new include bracktes. 9 лет назад
IFF.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
IOStreamBuffer.h f312d8709e More cleanup 9 лет назад
IRRLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
IRRLoader.h 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
IRRMeshLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
IRRMeshLoader.h 560e1eebc1 fix for https://github.com/assimp/assimp/issues/887: add missing define. 9 лет назад
IRRShared.cpp 7207e5117c Use new include bracktes. 9 лет назад
IRRShared.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
Importer.cpp bb7f387bcf Merge branch 'master' of https://github.com/assimp/assimp 8 лет назад
Importer.h 3bd9efa82c Cleanup_includes: fix linux build. 8 лет назад
ImporterRegistry.cpp d77989088c Allow to enable importers in a whitelist manner 9 лет назад
ImproveCacheLocality.cpp 7207e5117c Use new include bracktes. 9 лет назад
ImproveCacheLocality.h 7207e5117c Use new include bracktes. 9 лет назад
JoinVerticesProcess.cpp 87e7cf00a2 Fix spelling mistakes 9 лет назад
JoinVerticesProcess.h d82fd0d750 closes https://github.com/assimp/assimp/issues/1076: use ai_assert instead 9 лет назад
LWOAnimation.cpp 2c93e29dcc Fixed build warnings on MSVC14 x64 in the LWO format sources. 9 лет назад
LWOAnimation.h 7207e5117c Use new include bracktes. 9 лет назад
LWOBLoader.cpp 87e7cf00a2 Fix spelling mistakes 9 лет назад
LWOFileData.h 7207e5117c Use new include bracktes. 9 лет назад
LWOLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
LWOLoader.h ef540f46a3 Remove unused headers. 9 лет назад
LWOMaterial.cpp c3d40810b5 Cleared majority of codepage warnings in Visual Studio 14. 9 лет назад
LWSLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
LWSLoader.h 1191d03405 Update license info. 10 лет назад
LimitBoneWeightsProcess.cpp 4df18f93ea Fixed build warnings on MSVC14 x64 in the limit bone weights post-process. 9 лет назад
LimitBoneWeightsProcess.h 87e7cf00a2 Fix spelling mistakes 9 лет назад
LineSplitter.h 1191d03405 Update license info. 10 лет назад
LogAux.h 7207e5117c Use new include bracktes. 9 лет назад
MD2FileData.h f312d8709e More cleanup 9 лет назад
MD2Loader.cpp ef540f46a3 Remove unused headers. 9 лет назад
MD2Loader.h 7207e5117c Use new include bracktes. 9 лет назад
MD2NormalTable.h 1191d03405 Update license info. 10 лет назад
MD3FileData.h 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
MD3Loader.cpp ef540f46a3 Remove unused headers. 9 лет назад
MD3Loader.h 7207e5117c Use new include bracktes. 9 лет назад
MD4FileData.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
MD5Loader.cpp ef540f46a3 Remove unused headers. 9 лет назад
MD5Loader.h 7207e5117c Use new include bracktes. 9 лет назад
MD5Parser.cpp 96a64a353a fix bug when reading strings in quote in MD5 models 9 лет назад
MD5Parser.h 7207e5117c Use new include bracktes. 9 лет назад
MDCFileData.h 7207e5117c Use new include bracktes. 9 лет назад
MDCLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
MDCLoader.h 7207e5117c Use new include bracktes. 9 лет назад
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 ef540f46a3 Remove unused headers. 9 лет назад
MDLLoader.h 1191d03405 Update license info. 10 лет назад
MDLMaterialLoader.cpp 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
MS3DLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
MS3DLoader.h 1191d03405 Update license info. 10 лет назад
Macros.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
MakeVerboseFormat.cpp 04e0552f9e 134062 Use after free 9 лет назад
MakeVerboseFormat.h 1191d03405 Update license info. 10 лет назад
MaterialSystem.cpp 60cd4605eb Fixed build warnings on MSVC14 x64 in the Material System source. 9 лет назад
MaterialSystem.h 1191d03405 Update license info. 10 лет назад
MathFunctions.h 3eafc7e746 Renamed Math.h --> MathFunctions.h 9 лет назад
MemoryIOWrapper.h 7207e5117c Use new include bracktes. 9 лет назад
NDOLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
NDOLoader.h 7207e5117c Use new include bracktes. 9 лет назад
NFFLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
NFFLoader.h 7207e5117c Use new include bracktes. 9 лет назад
OFFLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
OFFLoader.h 7207e5117c Use new include bracktes. 9 лет назад
ObjExporter.cpp 31bb9f7ba6 Obj: fix code review findings. 9 лет назад
ObjExporter.h 6ed1f7570e Merge branch 'master' of https://github.com/assimp/assimp 9 лет назад
ObjFileData.h 17cae8ac5a Added support for parameters Ni and Tf in OBJ/MTL file format. 9 лет назад
ObjFileImporter.cpp 8445db2cd9 Set UVW index material properties for OBJ files. 8 лет назад
ObjFileImporter.h 83896f18b3 Update ObjFileImporter.h 9 лет назад
ObjFileMtlImporter.cpp f9fa95a7c2 Obj-Importer: fix crash when updating the current mat-index: use correct 9 лет назад
ObjFileMtlImporter.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
ObjFileParser.cpp dd1d10407e make array non static to support multithreaded 8 лет назад
ObjFileParser.h c5d6ac2c30 ObjParser: remove deprecated code. 9 лет назад
ObjTools.h df5fc5f68d OBJParser: Support spaces in texture file names 9 лет назад
OgreBinarySerializer.cpp 0c7aac02eb Fixes spelling in comments 9 лет назад
OgreBinarySerializer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 лет назад
OgreImporter.cpp ef540f46a3 Remove unused headers. 9 лет назад
OgreImporter.h 7207e5117c Use new include bracktes. 9 лет назад
OgreMaterial.cpp 4a63f1759c Fixed build warnings on MSVC14 x64 in the Ogre format sources. 9 лет назад
OgreParsingUtils.h 1191d03405 Update license info. 10 лет назад
OgreStructs.cpp 4a63f1759c Fixed build warnings on MSVC14 x64 in the Ogre format sources. 9 лет назад
OgreStructs.h 7207e5117c Use new include bracktes. 9 лет назад
OgreXmlSerializer.cpp 0c7aac02eb Fixes spelling in comments 9 лет назад
OgreXmlSerializer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 лет назад
OpenGEXExporter.cpp cd9cb50eaf OpenGEX: fix some review findings. 9 лет назад
OpenGEXExporter.h 7207e5117c Use new include bracktes. 9 лет назад
OpenGEXImporter.cpp 0069552183 Fix static init ordering bug in OpenGEX importer 8 лет назад
OpenGEXImporter.h ef540f46a3 Remove unused headers. 9 лет назад
OpenGEXStructs.h cd9cb50eaf OpenGEX: fix some review findings. 9 лет назад
OptimizeGraph.cpp 3e08a47d4f Fixed build warnings on MSVC14 x64 in some scene optimisations. 9 лет назад
OptimizeGraph.h 7207e5117c Use new include bracktes. 9 лет назад
OptimizeMeshes.cpp 3e08a47d4f Fixed build warnings on MSVC14 x64 in some scene optimisations. 9 лет назад
OptimizeMeshes.h 7207e5117c Use new include bracktes. 9 лет назад
ParsingUtils.h 7207e5117c Use new include bracktes. 9 лет назад
PlyExporter.cpp f119447549 Fixes compilation on OSX with gcc. 9 лет назад
PlyExporter.h 8c13c8a558 PLYExporter: forbit copying + add empty destructor. 10 лет назад
PlyLoader.cpp 8d27945619 Merge branch 'master' into cleanup_includes 9 лет назад
PlyLoader.h a75fa44bde PLY: prepare bugfix by adding missing unittest. 9 лет назад
PlyParser.cpp 7a47f1f8f7 Issue-1183: add stp to the list of supported extensions for step-files. 9 лет назад
PlyParser.h 5127e18da6 Update PlyParser.h 9 лет назад
PolyTools.h 7207e5117c Use new include bracktes. 9 лет назад
PostStepRegistry.cpp 1191d03405 Update license info. 10 лет назад
PretransformVertices.cpp f81e28f320 Fixed build warnings on MSVC14 x64 in the pre-transform vertices post-process. 9 лет назад
PretransformVertices.h 7207e5117c Use new include bracktes. 9 лет назад
ProcessHelper.cpp 98aea657ff Fixed build warnings on MSVC14 x64 in some helpers. 9 лет назад
ProcessHelper.h 5adb0e899c CMake Option and moving more functions to optional double support 9 лет назад
Profiler.h 7207e5117c Use new include bracktes. 9 лет назад
Q3BSPFileData.h af54cb8a29 Q3BSP: fix license dates. 9 лет назад
Q3BSPFileImporter.cpp bb7f387bcf Merge branch 'master' of https://github.com/assimp/assimp 8 лет назад
Q3BSPFileImporter.h ef540f46a3 Remove unused headers. 9 лет назад
Q3BSPFileParser.cpp 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
Q3BSPFileParser.h af54cb8a29 Q3BSP: fix license dates. 9 лет назад
Q3BSPZipArchive.cpp 655a470fc9 Fixed build warnings on MSVC14 x64 in the Quake 3 format sources. 9 лет назад
Q3BSPZipArchive.h fe0cfc52bc Q3BSP-Loader: reformat include. 9 лет назад
Q3DLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
Q3DLoader.h 7207e5117c Use new include bracktes. 9 лет назад
RawLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
RawLoader.h 7207e5117c Use new include bracktes. 9 лет назад
RemoveComments.cpp 1191d03405 Update license info. 10 лет назад
RemoveComments.h f312d8709e More cleanup 9 лет назад
RemoveRedundantMaterials.cpp 8e8757f800 Keep original materials names after RemoveRedundant materials process and export to collada 9 лет назад
RemoveRedundantMaterials.h 7207e5117c Use new include bracktes. 9 лет назад
RemoveVCProcess.cpp 7207e5117c Use new include bracktes. 9 лет назад
RemoveVCProcess.h 7207e5117c Use new include bracktes. 9 лет назад
SGSpatialSort.cpp 1191d03405 Update license info. 10 лет назад
SGSpatialSort.h 7207e5117c Use new include bracktes. 9 лет назад
SIBImporter.cpp d1c7d905e8 Fixed infinite loop on non-manifold geometry 8 лет назад
SIBImporter.h d82fd0d750 closes https://github.com/assimp/assimp/issues/1076: use ai_assert instead 9 лет назад
SMDLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
SMDLoader.h 859d15d3a0 closes assimp/assimp/issues/899: fix parsing of texture name. 9 лет назад
STEPFile.h 1724cc9e66 Remove redundant file. 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 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
STLExporter.h 1191d03405 Update license info. 10 лет назад
STLLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
STLLoader.h 7207e5117c Use new include bracktes. 9 лет назад
SceneCombiner.cpp f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 лет назад
SceneCombiner.h 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
ScenePreprocessor.cpp 499886f89e ScenePreprocessor: fix invalid index counter. 9 лет назад
ScenePreprocessor.h 7207e5117c Use new include bracktes. 9 лет назад
ScenePrivate.h 7207e5117c Use new include bracktes. 9 лет назад
SkeletonMeshBuilder.cpp 20318811ff Fixed build warnings on MSVC14 x64 in the skeleton mesh builder. 9 лет назад
SkeletonMeshBuilder.h 7207e5117c Use new include bracktes. 9 лет назад
SmoothingGroups.h 7207e5117c Use new include bracktes. 9 лет назад
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 7207e5117c Use new include bracktes. 9 лет назад
SpatialSort.cpp 186629b372 SpatialSort: use std::vector::resize( 0 ) to improve readability. 8 лет назад
SpatialSort.h 2f7e3dcdcc Basic changes to introduce optional double precision 9 лет назад
SplitByBoneCountProcess.cpp 0c7aac02eb Fixes spelling in comments 9 лет назад
SplitByBoneCountProcess.h 7207e5117c Use new include bracktes. 9 лет назад
SplitLargeMeshes.cpp 381f87507f SplitLargeMeshes: Use C++11 range-based for loop 9 лет назад
SplitLargeMeshes.h 7207e5117c Use new include bracktes. 9 лет назад
StandardShapes.cpp 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
StandardShapes.h fa1d6d8c55 propagating precision requirments into operations 9 лет назад
StdOStreamLogStream.h f383ec0797 Fix some review findings. 9 лет назад
StepExporter.cpp 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
StepExporter.h 7207e5117c Use new include bracktes. 9 лет назад
StreamReader.h 1c6145b39e Merge branch 'fix-include-api' of https://github.com/Lugdunum3D/assimp into Lugdunum3D-fix-include-api 8 лет назад
StreamWriter.h 7207e5117c Use new include bracktes. 9 лет назад
StringComparison.h f312d8709e More cleanup 9 лет назад
StringUtils.h b47bfeb0d7 StringUtils: add the right missing header. 8 лет назад
Subdivision.cpp 6dfff37d8f SubDivision: fix compiler warning: unused variable. 9 лет назад
Subdivision.h 1191d03405 Update license info. 10 лет назад
TargetAnimation.cpp 39f54bf183 Fixed build warnings on MSVC14 x64 in Target Animation source. 9 лет назад
TargetAnimation.h 7207e5117c Use new include bracktes. 9 лет назад
TerragenLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
TerragenLoader.h 1191d03405 Update license info. 10 лет назад
TextureTransform.cpp 87e7cf00a2 Fix spelling mistakes 9 лет назад
TextureTransform.h 7207e5117c Use new include bracktes. 9 лет назад
TinyFormatter.h 9dc4fb2aa3 AMF: add missing license info. 9 лет назад
TriangulateProcess.cpp d82fd0d750 closes https://github.com/assimp/assimp/issues/1076: use ai_assert instead 9 лет назад
TriangulateProcess.h 1191d03405 Update license info. 10 лет назад
UnrealLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
UnrealLoader.h 1191d03405 Update license info. 10 лет назад
ValidateDataStructure.cpp 6a9ccf2016 [+] Flag for scene for supporting formats where more than one face can reference to one vertex. 9 лет назад
ValidateDataStructure.h 7207e5117c Use new include bracktes. 9 лет назад
Version.cpp f312d8709e More cleanup 9 лет назад
Vertex.h 2f7e3dcdcc Basic changes to introduce optional double precision 9 лет назад
VertexTriangleAdjacency.cpp 7207e5117c Use new include bracktes. 9 лет назад
VertexTriangleAdjacency.h 7207e5117c Use new include bracktes. 9 лет назад
Win32DebugLogStream.h f383ec0797 Fix some review findings. 9 лет назад
X3DExporter.cpp bde2b466be Remove unnecessary semicolon 9 лет назад
X3DExporter.hpp c6d233768f [F] Small doc changes. 9 лет назад
X3DImporter.cpp 6d71e4d5d7 Config.h.in: fix typo. 8 лет назад
X3DImporter.hpp 6d71e4d5d7 Config.h.in: fix typo. 8 лет назад
X3DImporter_Geometry2D.cpp 25cda401c5 use cmath and C++ (std::) versions of functions 9 лет назад
X3DImporter_Geometry3D.cpp c3d40810b5 Cleared majority of codepage warnings in Visual Studio 14. 9 лет назад
X3DImporter_Group.cpp 86dc3f7a79 X3D: Some more reformattings and missing initializations. 9 лет назад
X3DImporter_Light.cpp e0dde73018 C++11-combat: replace more std::to_string by assimp-specific to_string 9 лет назад
X3DImporter_Macro.hpp 7b9162136f Some small format changes for assimp-style :-). 9 лет назад
X3DImporter_Metadata.cpp 86dc3f7a79 X3D: Some more reformattings and missing initializations. 9 лет назад
X3DImporter_Networking.cpp 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
X3DImporter_Node.hpp c3d40810b5 Cleared majority of codepage warnings in Visual Studio 14. 9 лет назад
X3DImporter_Postprocess.cpp b64882f4c7 Fix spelling 8 лет назад
X3DImporter_Rendering.cpp cbfbf2a256 Fixed build warnings on MSVC14 x64 in the X3D format sources. 9 лет назад
X3DImporter_Shape.cpp 7b9162136f Some small format changes for assimp-style :-). 9 лет назад
X3DImporter_Texturing.cpp 7b9162136f Some small format changes for assimp-style :-). 9 лет назад
XFileExporter.cpp 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
XFileExporter.h 96fab1cf55 122219-122218 Big parameter passed by value 9 лет назад
XFileHelper.h 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
XFileImporter.cpp bb7f387bcf Merge branch 'master' of https://github.com/assimp/assimp 8 лет назад
XFileImporter.h 7207e5117c Use new include bracktes. 9 лет назад
XFileParser.cpp e0dde73018 C++11-combat: replace more std::to_string by assimp-specific to_string 9 лет назад
XFileParser.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
XGLLoader.cpp ef540f46a3 Remove unused headers. 9 лет назад
XGLLoader.h ef540f46a3 Remove unused headers. 9 лет назад
XMLTools.h 1191d03405 Update license info. 10 лет назад
assbin_chunks.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
fast_atof.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
glTFAsset.h 6c73cc8aff Added ComponentType Unsigned int and Error handling 8 лет назад
glTFAsset.inl f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 лет назад
glTFAssetWriter.h 3c827f29f6 Export glTF buffers as separate .bin files 9 лет назад
glTFAssetWriter.inl d9b0449e83 Fixed build warnings on MSVC14 x64 in the glTF format sources. One warning 9 лет назад
glTFExporter.cpp 36f4fb8826 GLTF exporter: ensure animation accessors have same count 8 лет назад
glTFExporter.h 57a00d5faa find skeleton root joint and only allow four joint weights per vertex 9 лет назад
glTFImporter.cpp ef540f46a3 Remove unused headers. 9 лет назад
glTFImporter.h 5dd1bb9d6c Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 9 лет назад
irrXMLWrapper.h 4a0171bd82 - Apply mechanism to decide use for IrrXML external or internal 8 лет назад
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. 15 лет назад
qnan.h 2f7e3dcdcc Basic changes to introduce optional double precision 9 лет назад
scene.cpp 82b1769759 Fix new call. 9 лет назад