aramis_acg 409eb6cee7 - IFC: IfcTrimmingCurve sampling code now supports trimming by points rather than by parameter values. 14 years ago
..
BoostWorkaround 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
res 29935e2138 Set overall version to 1.1. 15 years ago
3DSConverter.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
3DSHelper.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
3DSLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
3DSLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ACLoader.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). 14 years ago
ACLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ASELoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ASELoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ASEParser.cpp 3fe2a40193 # bugfix [3294475] - ASE BUMP map record not read 14 years ago
ASEParser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
Assimp.cpp 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. 14 years ago
AssimpCExport.cpp 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. 14 years ago
AssimpPCH.cpp 6f1408a7f0 - update CHANGES.current. 14 years ago
AssimpPCH.h b9f14beb76 - IFC: use boost::make_shared to cut the number of allocations by 50%. 14 years ago
B3DImporter.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
B3DImporter.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
BVHLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
BVHLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
BaseImporter.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
BaseImporter.h c5c5338397 Add first version of the planned progress feedback API to the public Cpp API. Currently, progress reporting is done between each major import stage. 15 years ago
BaseProcess.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
BaseProcess.h c5c5338397 Add first version of the planned progress feedback API to the public Cpp API. Currently, progress reporting is done between each major import stage. 15 years ago
BlenderDNA.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
BlenderDNA.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
BlenderDNA.inl 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
BlenderIntermediate.h d082330cea BLENDER: Fix potential stack overflow caused by a DOM object referencing itself. 15 years ago
BlenderLoader.cpp ffdb479411 + Blender: read specular hardness. Thanks to Marvin for the patch. 14 years ago
BlenderLoader.h c55509132b - IFC: implement automatic conversion from polygons with holes to polygons that consist of only one piece and are thus applicable to triangulation by ear-cutting. This solves many of the broken windows that would fall victim to z-fighting in earlier revisions. 14 years ago
BlenderModifier.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
BlenderModifier.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
BlenderScene.cpp ffdb479411 + Blender: read specular hardness. Thanks to Marvin for the patch. 14 years ago
BlenderScene.h ffdb479411 + Blender: read specular hardness. Thanks to Marvin for the patch. 14 years ago
BlenderSceneGen.h d082330cea BLENDER: Fix potential stack overflow caused by a DOM object referencing itself. 15 years ago
BlobIOSystem.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
ByteSwap.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
CInterfaceIOWrapper.h 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. 14 years ago
CMakeLists.txt a7e43173db 14 years ago
COBLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
COBLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
COBScene.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
CSMLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
CSMLoader.h 81bebcd0ec Add basic support for the IZWARE NENDO file format (extension: ndo). The loader has been tested with files in format version 1.0, 1.1 and 1.2. Materials and textures are read but ignored for now. 15 years ago
CalcTangentsProcess.cpp 323b9d8400 # make source UV index for tangent space computation configurable via the AI_CONFIG_PP_CT_TEXTURE_CHANNEL_INDEX option. 14 years ago
CalcTangentsProcess.h 323b9d8400 # make source UV index for tangent space computation configurable via the AI_CONFIG_PP_CT_TEXTURE_CHANNEL_INDEX option. 14 years ago
ColladaExporter.cpp 47836d23e7 # fix vc10 compile warning 14 years ago
ColladaExporter.h 28008debf7 forgot the new files... 14 years ago
ColladaHelper.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
ColladaLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
ColladaLoader.h bd4a4fd608 further work on http://sourceforge.net/tracker/index.php?func=detail&aid=3054873&group_id=226462&atid=1067632 - first try the old node resolving algorithm (which checks for node IDs), if this fails switch to a workaround which takes both node names and IDs into account. 15 years ago
ColladaParser.cpp 73d109c7cc # bugfix [3295074]: copy'n'paste bug in ReadSamplerProperties would cause y-axis sampler state to be assigned to the respective x values. 14 years ago
ColladaParser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ComputeUVMappingProcess.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
ComputeUVMappingProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ConvertToLHProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ConvertToLHProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
DXFHelper.h 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). 14 years ago
DXFLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
DXFLoader.h 4a88e50aa4 - revamp DXF loader. It now correctly distinguishes BLOCKS and ENTITIES and resolves cross references to entities from a block. Support for block-based coordinate-space transformations. Better polymesh handling. Improve error reporting. Refactor loader structure: the class itself is now stateless, reading is done using LineSplitter. 14 years ago
DeboneProcess.cpp 6a9e0f57d4 # fix vc10 compilation issue, thanks for Stepan Hrbek for the patch. 14 years ago
DeboneProcess.h 6e74e066a2 # fix gcc compile errors 14 years ago
DefaultIOStream.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
DefaultIOStream.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
DefaultIOSystem.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
DefaultIOSystem.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
DefaultLogger.cpp 85cd9be46d # some fixes to reduce the size of the binary. Total savings are ~3%. Thanks to Krishty for his efforts in that regard. 14 years ago
DefaultProgressHandler.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
Exceptional.h 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. 14 years ago
Exporter.cpp 621bdef663 - rework exporter interface to be based primarily on the existing IOSystem. 14 years ago
FileLogStream.h 03fcec7fe3 Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger. 16 years ago
FileSystemFilter.h e241749511 # FileSystemFilter now skips over empty paths as opposed to crashing on them. 14 years ago
FindDegenerates.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
FindDegenerates.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
FindInstancesProcess.cpp 2b9ad081e0 - CHANGE vertex count and texture channel count limits to 8. Adapt all parts of the code which depended on both of them being set to 4. Test suite passes. 14 years ago
FindInstancesProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
FindInvalidDataProcess.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
FindInvalidDataProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
FixNormalsStep.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
FixNormalsStep.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
GenFaceNormalsProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
GenFaceNormalsProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
GenVertexNormalsProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
GenVertexNormalsProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
GenericProperty.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
HMPFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
HMPLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
HMPLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
HalfLifeFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
Hash.h 7807c15e65 # fix portability problem with the Hsieh hash, which I had introduced accidentially. 14 years ago
IFCCurve.cpp 409eb6cee7 - IFC: IfcTrimmingCurve sampling code now supports trimming by points rather than by parameter values. 14 years ago
IFCGeometry.cpp a7e43173db 14 years ago
IFCLoader.cpp a7e43173db 14 years ago
IFCLoader.h a7e43173db 14 years ago
IFCMaterial.cpp 81ad224f84 - IFC: Refactor source to simplify maintenance. 14 years ago
IFCProfile.cpp 409eb6cee7 - IFC: IfcTrimmingCurve sampling code now supports trimming by points rather than by parameter values. 14 years ago
IFCReaderGen.cpp a7e43173db 14 years ago
IFCReaderGen.h a7e43173db 14 years ago
IFCUtil.cpp a7e43173db 14 years ago
IFCUtil.h 409eb6cee7 - IFC: IfcTrimmingCurve sampling code now supports trimming by points rather than by parameter values. 14 years ago
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE 17 years ago
IRRLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
IRRLoader.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
IRRMeshLoader.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). 14 years ago
IRRMeshLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
IRRShared.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). 14 years ago
IRRShared.h c6899cd999 FIX: Adding empty final line to some units where it was missing. 16 years ago
Importer.cpp 1400ae79e7 + add first prototype version of the IFC-STEP loader. Loads many test models fine but does not support some of the more sophisticated format features. 14 years ago
ImproveCacheLocality.cpp 5ac47b9873 # don't run cache optimization if mesh fits into cache anyway ... 14 years ago
ImproveCacheLocality.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
JoinVerticesProcess.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
JoinVerticesProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
LWOAnimation.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
LWOAnimation.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
LWOBLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
LWOFileData.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
LWOLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
LWOLoader.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
LWOMaterial.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
LWSLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
LWSLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
LimitBoneWeightsProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
LimitBoneWeightsProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
LineSplitter.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
LogAux.h c55509132b - IFC: implement automatic conversion from polygons with holes to polygons that consist of only one piece and are thus applicable to triangulation by ear-cutting. This solves many of the broken windows that would fall victim to z-fighting in earlier revisions. 14 years ago
M3Importer.cpp cd963608c6 Feature : Add first M3-format deta definitions and a prototype importer for M3-models. Many thanks to libm3 for their great work ( see http://code.google.com/p/libm3/ ). 14 years ago
M3Importer.h b2c4963f72 Update : Add a hint for the source of the m3-data definition. 14 years ago
MD2FileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MD2Loader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
MD2Loader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MD2NormalTable.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MD3FileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MD3Loader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
MD3Loader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MD4FileData.h 01a25c1fb4 Get rid of ./extra folder in ./code. Move contents to main code folder. 15 years ago
MD5Loader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
MD5Loader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MD5Parser.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
MD5Parser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MDCFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MDCLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
MDCLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 years ago
MDLDefaultColorMap.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MDLFileData.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MDLLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
MDLLoader.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
MDLMaterialLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
MS3DLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
MS3DLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MakeVerboseFormat.cpp 21e3b5e087 # fix debug build of the MakeVerboseFormat-process - it asserted AI_MAX_NUMBER_OF_TEXTURECOORDS==4 for no reason. 14 years ago
MakeVerboseFormat.h 01a25c1fb4 Get rid of ./extra folder in ./code. Move contents to main code folder. 15 years ago
MaterialSystem.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
MaterialSystem.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
MemoryIOWrapper.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
NDOLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
NDOLoader.h 81bebcd0ec Add basic support for the IZWARE NENDO file format (extension: ndo). The loader has been tested with files in format version 1.0, 1.1 and 1.2. Materials and textures are read but ignored for now. 15 years ago
NFFLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
NFFLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
OFFLoader.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). 14 years ago
OFFLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ObjFileData.h 94767ecf8c Merge https://github.com/tonttu/assimp 14 years ago
ObjFileImporter.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
ObjFileImporter.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ObjFileMtlImporter.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ObjFileMtlImporter.h b0d8d83b75 BUGFIX 2970556: Fix possible overflow in material importer ( obj ) . 15 years ago
ObjFileParser.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
ObjFileParser.h f3310b0f36 BUGFIX : Fix handling of multiple materials per object definition in Obj-Loader. 15 years ago
ObjTools.h 613a4cc679 - BUGFIX: Crash in obj-model. 15 years ago
OgreImporter.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
OgreImporter.h 998de54048 some code updates, ogre animation still not working :( 15 years ago
OgreImporterMaterial.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
OgreXmlHelper.h 1bcd29d704 Fix: OgreImporter relies on non ISO std::exception c'tor. 15 years ago
OptimizeGraph.cpp 1fcb1a1d8e # OptimizeGraph: fix crash if there is no data remaining after flattening the graph and removing everything that serves no purpose. 14 years ago
OptimizeGraph.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
OptimizeMeshes.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
OptimizeMeshes.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ParsingUtils.h 1400ae79e7 + add first prototype version of the IFC-STEP loader. Loads many test models fine but does not support some of the more sophisticated format features. 14 years ago
PlyLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
PlyLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
PlyParser.cpp 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). 14 years ago
PlyParser.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
PolyTools.h f522143909 + IFC: use custom triangulation algorithm to generate walls with openings. Introduce a configuration option to toggle the triangulation implementation. 14 years ago
PretransformVertices.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
PretransformVertices.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ProcessHelper.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
ProcessHelper.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
Profiler.h aae8637666 Add GLOB_MEASURE_TIME configuration option to profile the runtime of the postprocessing steps. 15 years ago
Q3BSPFileData.h 5ef9e63ac6 - UPDATE : Add first version of bsp-loader with assimp-internal texture support. 15 years ago
Q3BSPFileImporter.cpp cd963608c6 Feature : Add first M3-format deta definitions and a prototype importer for M3-models. Many thanks to libm3 for their great work ( see http://code.google.com/p/libm3/ ). 14 years ago
Q3BSPFileImporter.h cd963608c6 Feature : Add first M3-format deta definitions and a prototype importer for M3-models. Many thanks to libm3 for their great work ( see http://code.google.com/p/libm3/ ). 14 years ago
Q3BSPFileParser.cpp cd963608c6 Feature : Add first M3-format deta definitions and a prototype importer for M3-models. Many thanks to libm3 for their great work ( see http://code.google.com/p/libm3/ ). 14 years ago
Q3BSPFileParser.h f017b5a4a4 - FEATURE : First version of PK3 format loader. 15 years ago
Q3BSPZipArchive.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
Q3BSPZipArchive.h 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
Q3DLoader.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
Q3DLoader.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
RawLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
RawLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
RemoveComments.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
RemoveComments.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
RemoveRedundantMaterials.cpp 94767ecf8c Merge https://github.com/tonttu/assimp 14 years ago
RemoveRedundantMaterials.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
RemoveVCProcess.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
RemoveVCProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
SGSpatialSort.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
SGSpatialSort.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
SMDLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
SMDLoader.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
STEPFile.h 81ad224f84 - IFC: Refactor source to simplify maintenance. 14 years ago
STEPFileReader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
STEPFileReader.h bf7b1d3514 # IFC: track references only for the types for which we actually need reverse indices. On average, this results in a 10% reduction in memory usage and a 5% speed improvement. 14 years ago
STLLoader.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
STLLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
SceneCombiner.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
SceneCombiner.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
ScenePreprocessor.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
ScenePreprocessor.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
SkeletonMeshBuilder.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
SkeletonMeshBuilder.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
SmoothingGroups.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
SmoothingGroups.inl 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
SortByPTypeProcess.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
SortByPTypeProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
SpatialSort.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
SpatialSort.h a9fd02c14e JoinIdenticalVertices: Performance optimizations by Krishty („Fuck the System”). Yields a 9x speedup in first benchmarks with meshes > 2k triangles. 15 years ago
SplitByBoneCountProcess.cpp 94767ecf8c Merge https://github.com/tonttu/assimp 14 years ago
SplitByBoneCountProcess.h 24a0132598 + SplitByBonesCountProcess: make bone limit configurable. 14 years ago
SplitLargeMeshes.cpp 261f49c468 Add mName member to aiMesh. 15 years ago
SplitLargeMeshes.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
StandardShapes.cpp 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
StandardShapes.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
StdOStreamLogStream.h 03fcec7fe3 Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger. 16 years ago
StreamReader.h af8058498e - StreamReader now should be able to deal with files opened in text mode. 14 years ago
StringComparison.h 81bebcd0ec Add basic support for the IZWARE NENDO file format (extension: ndo). The loader has been tested with files in format version 1.0, 1.1 and 1.2. Materials and textures are read but ignored for now. 15 years ago
Subdivision.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
Subdivision.h d082330cea BLENDER: Fix potential stack overflow caused by a DOM object referencing itself. 15 years ago
TargetAnimation.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
TargetAnimation.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
TerragenLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
TerragenLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
TextureTransform.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
TextureTransform.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
TinyFormatter.h 00238e84e8 # fix vc8 compilation. See https://sourceforge.net/projects/assimp/forums/forum/817654/topic/4372824 14 years ago
TriangulateProcess.cpp f522143909 + IFC: use custom triangulation algorithm to generate walls with openings. Introduce a configuration option to toggle the triangulation implementation. 14 years ago
TriangulateProcess.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
UnrealLoader.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
UnrealLoader.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
ValidateDataStructure.cpp 2c83543b39 - remove aiAssert, use a plain assert instead. This removes the exit() call in Assimp. 14 years ago
ValidateDataStructure.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
Vertex.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
VertexTriangleAdjacency.cpp 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
VertexTriangleAdjacency.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
Win32DebugLogStream.h 7ad99f3baf # lowercase include (mingw cross compile fix). Thanks to abma for the patch. 14 years ago
XFileHelper.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
XFileImporter.cpp 94767ecf8c Merge https://github.com/tonttu/assimp 14 years ago
XFileImporter.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
XFileParser.cpp 9edc0a9b8e merge with git://github.com/tonttu/assimp.git 14 years ago
XFileParser.h 94767ecf8c Merge https://github.com/tonttu/assimp 14 years ago
assbin_chunks.h 9fd2245eb1 Add specification/prototype header for the ASSBIN format utilized by assimp_cmd to store its minidumps or fully-fledged binary copies of our data structure. 15 years ago
fast_atof.h 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 years ago
irrXMLWrapper.h 7cea2eb497 Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 15 years ago
makefile fb2815047d Update my standalone handcrafted makefiles to compile ./contrib/unzip as well. 15 years ago
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. 15 years ago
pstdint.h 0e77095ace Experimental bugfix: avoid most pstdint.h stuff when VC10 stdint.h is included. 14 years ago
qnan.h 906c45eeeb Fix: qnan detection code. Appearently I fooled myself when I wrote this. 15 years ago