Kim Kulling dfaea27dfc MaterialSystem: fix some findings. 9 лет назад
..
res 524834c307 Fix line endings. 10 лет назад
.editorconfig 8326535445 Implemented: Add editor config for source code 10 лет назад
3DSConverter.cpp fa1d6d8c55 propagating precision requirments into operations 9 лет назад
3DSExporter.cpp b30dc8ffc9 Fixes compile issue for 3ds exporter 9 лет назад
3DSExporter.h 63a4591683 Fixing bugs related to 64-bit upgrade in materials 9 лет назад
3DSHelper.h 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
3DSLoader.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
3DSLoader.h fa1d6d8c55 propagating precision requirments into operations 9 лет назад
ACLoader.cpp 7207e5117c Use new include bracktes. 9 лет назад
ACLoader.h 7207e5117c Use new include bracktes. 9 лет назад
AMFImporter.cpp 7bf6cfc9f6 removed BOM 9 лет назад
AMFImporter.hpp 9dc4fb2aa3 AMF: add missing license info. 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 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
ASELoader.cpp fa1d6d8c55 propagating precision requirments into operations 9 лет назад
ASELoader.h 7207e5117c Use new include bracktes. 9 лет назад
ASEParser.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
ASEParser.h fa1d6d8c55 propagating precision requirments into operations 9 лет назад
AssbinExporter.cpp 7207e5117c Use new include bracktes. 9 лет назад
AssbinExporter.h 1191d03405 Update license info. 10 лет назад
AssbinLoader.cpp 7207e5117c Use new include bracktes. 9 лет назад
AssbinLoader.h 7207e5117c Use new include bracktes. 9 лет назад
Assimp.cpp 5adb0e899c CMake Option and moving more functions to optional double support 9 лет назад
AssimpCExport.cpp b0f09ee6e2 Merge pull request #903 from dontbmh/upstream 9 лет назад
AssxmlExporter.cpp 25cda401c5 use cmath and C++ (std::) versions of functions 9 лет назад
AssxmlExporter.h 1191d03405 Update license info. 10 лет назад
B3DImporter.cpp 7207e5117c Use new include bracktes. 9 лет назад
B3DImporter.h 7207e5117c Use new include bracktes. 9 лет назад
BVHLoader.cpp 7207e5117c Use new include bracktes. 9 лет назад
BVHLoader.h 1191d03405 Update license info. 10 лет назад
BaseImporter.cpp 7207e5117c Use new include bracktes. 9 лет назад
BaseImporter.h 7207e5117c Use new include bracktes. 9 лет назад
BaseProcess.cpp 7207e5117c Use new include bracktes. 9 лет назад
BaseProcess.h 7207e5117c Use new include bracktes. 9 лет назад
Bitmap.cpp 7207e5117c Use new include bracktes. 9 лет назад
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 e1697b30bc Blender: mark local function as static. 9 лет назад
BlenderDNA.h 5fc3ee9a21 fix https://github.com/assimp/assimp/issues/946: use correct test for objectcompare in blender. 9 лет назад
BlenderDNA.inl bcb86bcc35 Add files via upload 9 лет назад
BlenderIntermediate.h 0f2cea7ba6 Blender: revert fix for suspicious crash in blender on windows. 9 лет назад
BlenderLoader.cpp 25cda401c5 use cmath and C++ (std::) versions of functions 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 a3295c6640 fix compile warning 9 лет назад
BlenderScene.h fcac614ad0 Blender: fix compiler warning: FAIL already defined. 9 лет назад
BlenderSceneGen.h 0ec1e91722 Regression Testsuite: update database. 9 лет назад
BlenderTessellator.cpp fa1d6d8c55 propagating precision requirments into operations 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 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 cbe2e9af49 Merge branch 'master' into new_obj_stream_handling 9 лет назад
COBLoader.cpp 7207e5117c Use new include bracktes. 9 лет назад
COBLoader.h 1191d03405 Update license info. 10 лет назад
COBScene.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 лет назад
CSMLoader.cpp 7207e5117c Use new include bracktes. 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 c849e0108d Merge pull request #1055 from assimp/issue_957 9 лет назад
ColladaExporter.h 5cb4df80ad C++11-combat: hopefully the last std::to_string to replace. 9 лет назад
ColladaHelper.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
ColladaLoader.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
ColladaLoader.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
ColladaParser.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
ColladaParser.h 05a6ee6473 Adding double precision import support for formats that can be exported 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 лет назад
D3MFImporter.cpp 1724cc9e66 Remove redundant file. 9 лет назад
D3MFImporter.h 753b63c526 Removed override keywords so compilation success on gcc 4.6 9 лет назад
D3MFOpcPackage.cpp 1c78f1be03 Fixed: unzip.h was still included even if the D3MF importer is disabled 9 лет назад
D3MFOpcPackage.h 7207e5117c Use new include bracktes. 9 лет назад
DXFHelper.h 7207e5117c Use new include bracktes. 9 лет назад
DXFLoader.cpp 7207e5117c Use new include bracktes. 9 лет назад
DXFLoader.h 1191d03405 Update license info. 10 лет назад
DeboneProcess.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 лет назад
DeboneProcess.h 7207e5117c Use new include bracktes. 9 лет назад
DefaultIOStream.cpp 3b6ffc3ef5 fix mingw build (mingw supports stat64 nowadays) 9 лет назад
DefaultIOStream.h 810fc405a8 Fix build. 9 лет назад
DefaultIOSystem.cpp 7207e5117c Use new include bracktes. 9 лет назад
DefaultIOSystem.h 7207e5117c Use new include bracktes. 9 лет назад
DefaultLogger.cpp 7207e5117c Use new include bracktes. 9 лет назад
DefaultProgressHandler.h 7207e5117c Use new include bracktes. 9 лет назад
Defines.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
Exceptional.h 9678da72c9 Public includes: add pragma statement and formalize include guard schema. 9 лет назад
Exporter.cpp 8c6ee48af5 [*] Merged fresh master and resolved conflicts. 9 лет назад
FBXAnimation.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 лет назад
FBXBinaryTokenizer.cpp 2505f02263 Added support for 64 bit version header introduced in FbxSdk2016 9 лет назад
FBXCompileConfig.h 1191d03405 Update license info. 10 лет назад
FBXConverter.cpp 27f81884f9 adding support to store all the layered textures 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 27f81884f9 adding support to store all the layered textures 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 7207e5117c Use new include bracktes. 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 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 7207e5117c Use new include bracktes. 9 лет назад
FBXUtil.cpp 1191d03405 Update license info. 10 лет назад
FBXUtil.h 87e7cf00a2 Fix spelling mistakes 9 лет назад
FileLogStream.h 7207e5117c Use new include bracktes. 9 лет назад
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 7207e5117c Use new include bracktes. 9 лет назад
HMPLoader.h 7207e5117c Use new include bracktes. 9 лет назад
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 659a55be4a Fix coverity finding: use deep copy instead of reference showing to 9 лет назад
IFCLoader.cpp 7207e5117c Use new include bracktes. 9 лет назад
IFCLoader.h 1191d03405 Update license info. 10 лет назад
IFCMaterial.cpp 7207e5117c Use new include bracktes. 9 лет назад
IFCOpenings.cpp e51b7d2a61 IFC: fix possible use after free access bug. 9 лет назад
IFCProfile.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 лет назад
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 cff5b0d1a0 Replaced depreacated std::auto_ptr with std::unique_ptr 9 лет назад
IFCUtil.h 7207e5117c Use new include bracktes. 9 лет назад
IFF.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
IOStreamBuffer.h b9261f01a3 Obj-Stream-Handling: fix compiler-errors and warnings. 9 лет назад
IRRLoader.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
IRRLoader.h 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
IRRMeshLoader.cpp 9e19b5103c IrrImporter: Fix release functions. 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 3f08cebfab include config.h to always have the correct types (float/double) exposed 9 лет назад
Importer.h 2f7e3dcdcc Basic changes to introduce optional double precision 9 лет назад
ImporterRegistry.cpp 3274951f2a [+] X3D importer. 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 7207e5117c Use new include bracktes. 9 лет назад
LWOAnimation.cpp 25cda401c5 use cmath and C++ (std::) versions of functions 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 7207e5117c Use new include bracktes. 9 лет назад
LWOLoader.h 7207e5117c Use new include bracktes. 9 лет назад
LWOMaterial.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
LWSLoader.cpp 7207e5117c Use new include bracktes. 9 лет назад
LWSLoader.h 1191d03405 Update license info. 10 лет назад
LimitBoneWeightsProcess.cpp 7207e5117c Use new include bracktes. 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 7207e5117c Use new include bracktes. 9 лет назад
MD2Loader.cpp 7207e5117c Use new include bracktes. 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 fa1d6d8c55 propagating precision requirments into operations 9 лет назад
MD3Loader.h 7207e5117c Use new include bracktes. 9 лет назад
MD4FileData.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
MD5Loader.cpp fa1d6d8c55 propagating precision requirments into operations 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 02e038bbb6 Fix compiler warnings related to issue 957. 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 7207e5117c Use new include bracktes. 9 лет назад
MDLLoader.h 1191d03405 Update license info. 10 лет назад
MDLMaterialLoader.cpp 2568797015 MDLMoader: fix resource leak. 9 лет назад
MS3DLoader.cpp 7207e5117c Use new include bracktes. 9 лет назад
MS3DLoader.h 1191d03405 Update license info. 10 лет назад
Macros.h 83de707587 Refactor: Expand tabs to 4 spaces 10 лет назад
MakeVerboseFormat.cpp 147921ac39 MakeVerboseFormat: fix invalid delete statement. 9 лет назад
MakeVerboseFormat.h 1191d03405 Update license info. 10 лет назад
MaterialSystem.cpp dfaea27dfc MaterialSystem: fix some findings. 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 7207e5117c Use new include bracktes. 9 лет назад
NDOLoader.h 7207e5117c Use new include bracktes. 9 лет назад
NFFLoader.cpp fa1d6d8c55 propagating precision requirments into operations 9 лет назад
NFFLoader.h 7207e5117c Use new include bracktes. 9 лет назад
OFFLoader.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
OFFLoader.h 7207e5117c Use new include bracktes. 9 лет назад
ObjExporter.cpp 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
ObjExporter.h 1191d03405 Update license info. 10 лет назад
ObjFileData.h 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
ObjFileImporter.cpp 33e370a8b7 Obj-Stream-Handling: fix readin of linewise import. 9 лет назад
ObjFileImporter.h 0bae2bbfa7 Obj-Importer: start new streaming handling. 9 лет назад
ObjFileMtlImporter.cpp 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
ObjFileMtlImporter.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
ObjFileParser.cpp b9261f01a3 Obj-Stream-Handling: fix compiler-errors and warnings. 9 лет назад
ObjFileParser.h 905e48a35c Buffered stream API for big files: add next try of a prototype.^ 9 лет назад
ObjTools.h 084a6f6415 Obj-Streaming: add new io-stream for line-wise cached reading + first 9 лет назад
OgreBinarySerializer.cpp 7207e5117c Use new include bracktes. 9 лет назад
OgreBinarySerializer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 лет назад
OgreImporter.cpp 7207e5117c Use new include bracktes. 9 лет назад
OgreImporter.h 7207e5117c Use new include bracktes. 9 лет назад
OgreMaterial.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
OgreParsingUtils.h 1191d03405 Update license info. 10 лет назад
OgreStructs.cpp 7207e5117c Use new include bracktes. 9 лет назад
OgreStructs.h 7207e5117c Use new include bracktes. 9 лет назад
OgreXmlSerializer.cpp 7207e5117c Use new include bracktes. 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 46d78f57d5 OpenGEXImporter: fix compiler warning. 9 лет назад
OpenGEXImporter.h cd9cb50eaf OpenGEX: fix some review findings. 9 лет назад
OpenGEXStructs.h cd9cb50eaf OpenGEX: fix some review findings. 9 лет назад
OptimizeGraph.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 лет назад
OptimizeGraph.h 7207e5117c Use new include bracktes. 9 лет назад
OptimizeMeshes.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 лет назад
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 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
PlyLoader.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
PlyParser.cpp a7894b090d Upgrading PLY exporter to allow element definition as double 9 лет назад
PlyParser.h 1191d03405 Update license info. 10 лет назад
PolyTools.h 7207e5117c Use new include bracktes. 9 лет назад
PostStepRegistry.cpp 1191d03405 Update license info. 10 лет назад
PretransformVertices.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
PretransformVertices.h 7207e5117c Use new include bracktes. 9 лет назад
ProcessHelper.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 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 af54cb8a29 Q3BSP: fix license dates. 9 лет назад
Q3BSPFileImporter.h af54cb8a29 Q3BSP: fix license dates. 9 лет назад
Q3BSPFileParser.cpp af54cb8a29 Q3BSP: fix license dates. 9 лет назад
Q3BSPFileParser.h af54cb8a29 Q3BSP: fix license dates. 9 лет назад
Q3BSPZipArchive.cpp af54cb8a29 Q3BSP: fix license dates. 9 лет назад
Q3BSPZipArchive.h fe0cfc52bc Q3BSP-Loader: reformat include. 9 лет назад
Q3DLoader.cpp 7207e5117c Use new include bracktes. 9 лет назад
Q3DLoader.h 7207e5117c Use new include bracktes. 9 лет назад
RawLoader.cpp 7207e5117c Use new include bracktes. 9 лет назад
RawLoader.h 7207e5117c Use new include bracktes. 9 лет назад
RemoveComments.cpp 1191d03405 Update license info. 10 лет назад
RemoveComments.h 7207e5117c Use new include bracktes. 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 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
SIBImporter.h 7207e5117c Use new include bracktes. 9 лет назад
SMDLoader.cpp cc860ede66 Fix coverity findings: fix usage after free. 9 лет назад
SMDLoader.h cc860ede66 Fix coverity findings: fix usage after free. 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 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
STLLoader.h 7207e5117c Use new include bracktes. 9 лет назад
SceneCombiner.cpp 9d40f36f87 [F] Fixed type in list. 9 лет назад
SceneCombiner.h 38b9ae2c6c closes https://github.com/assimp/assimp/issues/584: export scene combiner. 9 лет назад
ScenePreprocessor.cpp 7207e5117c Use new include bracktes. 9 лет назад
ScenePreprocessor.h 7207e5117c Use new include bracktes. 9 лет назад
ScenePrivate.h 7207e5117c Use new include bracktes. 9 лет назад
SkeletonMeshBuilder.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 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 fa1d6d8c55 propagating precision requirments into operations 9 лет назад
SpatialSort.h 2f7e3dcdcc Basic changes to introduce optional double precision 9 лет назад
SplitByBoneCountProcess.cpp 7207e5117c Use new include bracktes. 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 02e038bbb6 Fix compiler warnings related to issue 957. 9 лет назад
StandardShapes.h fa1d6d8c55 propagating precision requirments into operations 9 лет назад
StdOStreamLogStream.h f383ec0797 Fix some review findings. 9 лет назад
StepExporter.cpp a5b3ce9a3c reverting back to 16 digit precision export 9 лет назад
StepExporter.h 7207e5117c Use new include bracktes. 9 лет назад
StreamReader.h 7207e5117c Use new include bracktes. 9 лет назад
StreamWriter.h 7207e5117c Use new include bracktes. 9 лет назад
StringComparison.h 7207e5117c Use new include bracktes. 9 лет назад
StringUtils.h 7681089abc C++11-Combat: last replacements of std::to_string. 9 лет назад
Subdivision.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 лет назад
Subdivision.h 1191d03405 Update license info. 10 лет назад
TargetAnimation.cpp fa1d6d8c55 propagating precision requirments into operations 9 лет назад
TargetAnimation.h 7207e5117c Use new include bracktes. 9 лет назад
TerragenLoader.cpp 7207e5117c Use new include bracktes. 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 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 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 02602ce9af Update license date. 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 7681089abc C++11-Combat: last replacements of std::to_string. 9 лет назад
X3DExporter.hpp c6d233768f [F] Small doc changes. 9 лет назад
X3DImporter.cpp 862dfd5a05 Merge pull request #1032 from ashdnazg/master 9 лет назад
X3DImporter.hpp 8c6ee48af5 [*] Merged fresh master and resolved conflicts. 9 лет назад
X3DImporter_Geometry2D.cpp 25cda401c5 use cmath and C++ (std::) versions of functions 9 лет назад
X3DImporter_Geometry3D.cpp 86dc3f7a79 X3D: Some more reformattings and missing initializations. 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 b61aaf7ec4 New animation file for OpenGEX. 9 лет назад
X3DImporter_Node.hpp b61aaf7ec4 New animation file for OpenGEX. 9 лет назад
X3DImporter_Postprocess.cpp e0dde73018 C++11-combat: replace more std::to_string by assimp-specific to_string 9 лет назад
X3DImporter_Rendering.cpp 8c6ee48af5 [*] Merged fresh master and resolved conflicts. 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 a5b3ce9a3c reverting back to 16 digit precision export 9 лет назад
XFileExporter.h 7207e5117c Use new include bracktes. 9 лет назад
XFileHelper.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
XFileImporter.cpp 05a6ee6473 Adding double precision import support for formats that can be exported 9 лет назад
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 25cda401c5 use cmath and C++ (std::) versions of functions 9 лет назад
XGLLoader.h a66e644bf3 Fix coverity finding: fix possible use after free.. 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 57a00d5faa find skeleton root joint and only allow four joint weights per vertex 9 лет назад
glTFAsset.inl e0dde73018 C++11-combat: replace more std::to_string by assimp-specific to_string 9 лет назад
glTFAssetWriter.h 3c827f29f6 Export glTF buffers as separate .bin files 9 лет назад
glTFAssetWriter.inl e0dde73018 C++11-combat: replace more std::to_string by assimp-specific to_string 9 лет назад
glTFExporter.cpp 293654fe7c Fix unittest. 9 лет назад
glTFExporter.h 57a00d5faa find skeleton root joint and only allow four joint weights per vertex 9 лет назад
glTFImporter.cpp b90669c45e C++11: Replace std::to_string by assimp-specific implementation. 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 2f7e3dcdcc Basic changes to introduce optional double precision 9 лет назад