kimmi 4ece1c859a - BUGFIX: Fix compiler warnings. 16 lat temu
..
extra 4bbc03332b General 17 lat temu
res 9070dc1f3c Further work on jAssimp. Still WIP and NOT USABLE, but interface getting stable now, most JNI code written. 16 lat temu
3DSConverter.cpp bcfbc37301 MD5 parser will now reject files with version!=10. 17 lat temu
3DSHelper.h 4bbc03332b General 17 lat temu
3DSLoader.cpp 2d994c514c Changing 3DS parsing routines to work iteratively instead of recursively. This hopefully avoids unwanted stack overflowing with deeply-nested model hierarchies. 16 lat temu
3DSLoader.h 4bbc03332b General 17 lat temu
ACLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
ACLoader.h 4bbc03332b General 17 lat temu
ASELoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
ASELoader.h 4bbc03332b General 17 lat temu
ASEParser.cpp c2d8881549 General 17 lat temu
ASEParser.h 4bbc03332b General 17 lat temu
Assimp.cpp 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict 16 lat temu
AssimpPCH.cpp 4bbc03332b General 17 lat temu
AssimpPCH.h a4d7871096 [2805689] GCC 4.4 compatibility. 16 lat temu
B3DImporter.cpp 3b95a1e782 Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount(). 16 lat temu
B3DImporter.h a241829149 Implemented anims/bones 16 lat temu
BVHLoader.cpp 7080ba231c General 17 lat temu
BVHLoader.h 4bbc03332b General 17 lat temu
BaseImporter.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
BaseImporter.h 8cfb2e26cf - Ogre Importer Beta 16 lat temu
BaseProcess.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 16 lat temu
BaseProcess.h 8148ff36c0 Minor doc fixes. 17 lat temu
ByteSwap.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
CMakeLists.txt 8cfb2e26cf - Ogre Importer Beta 16 lat temu
CSMLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
CSMLoader.h d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. 16 lat temu
CalcTangentsProcess.cpp 4bbc03332b General 17 lat temu
CalcTangentsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 lat temu
ColladaHelper.h 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict 16 lat temu
ColladaLoader.cpp 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict 16 lat temu
ColladaLoader.h e471b966c5 - Collada loader now supports node animations 17 lat temu
ColladaParser.cpp 1452a7a83d FIX: ColladaLoader now ignores missing 'meter' attribute in Collada files produced by C4D. Adding a c4ddae test file. Thanks to Tobias Rittig to point it out. 16 lat temu
ColladaParser.h e471b966c5 - Collada loader now supports node animations 17 lat temu
ComputeUVMappingProcess.cpp cc96f55c61 Adding samples/SimpleOpenGL. 16 lat temu
ComputeUVMappingProcess.h c865999420 Collada 17 lat temu
ConvertToLHProcess.cpp 29c33760e4 Triangulation: 17 lat temu
ConvertToLHProcess.h c2d8881549 General 17 lat temu
DXFLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
DXFLoader.h 4bbc03332b General 17 lat temu
DefaultIOStream.cpp adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. 16 lat temu
DefaultIOStream.h 2b9461fbf7 MD3 17 lat temu
DefaultIOSystem.cpp 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. 17 lat temu
DefaultIOSystem.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. 17 lat temu
DefaultLogger.cpp d881a16402 Logging functions are now available to C-Users, too. Cleaning up headers. 16 lat temu
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. 17 lat temu
FileSystemFilter.h e8386dc837 Fixing a minor issue in FileSystemFilter which prevented some external files from being loaded. Thanks to Jonathan Klein to point it out. 16 lat temu
FindDegenerates.cpp 29c33760e4 Triangulation: 17 lat temu
FindDegenerates.h 4bbc03332b General 17 lat temu
FindInstancesProcess.cpp de14e06805 FIX: Nasty debug-only bug in FindInstancesProcess. 16 lat temu
FindInstancesProcess.h ec9226c5b9 Fixed nasty bug in FindInstancesProcess.cpp. 17 lat temu
FindInvalidDataProcess.cpp c89107a117 FEATURE: FindInvalidData step now provides a configuration option to fine-tune the accuracy of floating-point comparisons. 16 lat temu
FindInvalidDataProcess.h c89107a117 FEATURE: FindInvalidData step now provides a configuration option to fine-tune the accuracy of floating-point comparisons. 16 lat temu
FixNormalsStep.cpp 4727ad6c6a Fixed HMP typo. 17 lat temu
FixNormalsStep.h 7d21c02e28 ASSIMP Beta 1, final fixes for the release. 17 lat temu
GenFaceNormalsProcess.cpp 07428f37c7 FIX: GenFaceNormals process returns unit normals now. 16 lat temu
GenFaceNormalsProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
GenVertexNormalsProcess.cpp 84e2c82877 [ 2666245 ] Remove unused vars 17 lat temu
GenVertexNormalsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 lat temu
GenericProperty.h 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. 16 lat temu
HMPFileData.h 4bbc03332b General 17 lat temu
HMPLoader.cpp 4bbc03332b General 17 lat temu
HMPLoader.h 4bbc03332b General 17 lat temu
HalfLifeFileData.h 4bbc03332b General 17 lat temu
Hash.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 lat temu
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE 17 lat temu
IRRLoader.cpp a3b32f306c Adding a file system filter layer to correct invalid paths automatically. 17 lat temu
IRRLoader.h 4bbc03332b General 17 lat temu
IRRMeshLoader.cpp c2d8881549 General 17 lat temu
IRRMeshLoader.h 4bbc03332b General 17 lat temu
IRRShared.cpp 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. 16 lat temu
IRRShared.h 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 lat temu
Importer.cpp 8cfb2e26cf - Ogre Importer Beta 16 lat temu
ImproveCacheLocality.cpp a534c364b2 AssimpView now finds textures stored with their full path in the asset's directory. 16 lat temu
ImproveCacheLocality.h 4bbc03332b General 17 lat temu
JoinVerticesProcess.cpp 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict 16 lat temu
JoinVerticesProcess.h 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict 16 lat temu
LWOAnimation.cpp e85bd7d5b9 - BUGFIX : Fix compiler warning ( not referenced parameter ). 16 lat temu
LWOAnimation.h 4bbc03332b General 17 lat temu
LWOBLoader.cpp e85bd7d5b9 - BUGFIX : Fix compiler warning ( not referenced parameter ). 16 lat temu
LWOFileData.h a677cdd1c0 LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly. 16 lat temu
LWOLoader.cpp a677cdd1c0 LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly. 16 lat temu
LWOLoader.h bd196ea318 - Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible. 16 lat temu
LWOMaterial.cpp bd196ea318 - Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible. 16 lat temu
LWSLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
LWSLoader.h 0023010840 [ 2672224 ] Patch To get gcc to compile assimp under Linux 17 lat temu
LimitBoneWeightsProcess.cpp de50bb915b MD5 17 lat temu
LimitBoneWeightsProcess.h 6f49c4518c Added first working version of a MDC loader; no further features like compressed frames tested at the moment. Added config options for keyframe loading, this has been tested with MDL7 only (atm). Some refactoring, a few files are much cleaner and smaller now. RemoveRedundantMats step does now remove unreferenced materials. 17 lat temu
MD2FileData.h 4bbc03332b General 17 lat temu
MD2Loader.cpp 93ab7383da General 17 lat temu
MD2Loader.h 4bbc03332b General 17 lat temu
MD2NormalTable.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 lat temu
MD3FileData.h 4bbc03332b General 17 lat temu
MD3Loader.cpp 93ab7383da General 17 lat temu
MD3Loader.h 93ab7383da General 17 lat temu
MD5Loader.cpp c2d8881549 General 17 lat temu
MD5Loader.h 7080ba231c General 17 lat temu
MD5Parser.cpp a61411d4b4 - BUGFIX: Fix compiler warnings. 16 lat temu
MD5Parser.h 4ece1c859a - BUGFIX: Fix compiler warnings. 16 lat temu
MDCFileData.h 4bbc03332b General 17 lat temu
MDCLoader.cpp 4bbc03332b General 17 lat temu
MDCLoader.h 4bbc03332b General 17 lat temu
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
MDLDefaultColorMap.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 lat temu
MDLFileData.h 4bbc03332b General 17 lat temu
MDLLoader.cpp c2d8881549 General 17 lat temu
MDLLoader.h 4bbc03332b General 17 lat temu
MDLMaterialLoader.cpp 4bbc03332b General 17 lat temu
MaterialSystem.cpp 3b95a1e782 Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount(). 16 lat temu
MaterialSystem.h fcc6455447 Removing stdint.h dependency from the public API to avoid conflicts with other libraries. 17 lat temu
MemoryIOWrapper.h adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. 16 lat temu
NFFLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
NFFLoader.h 4bbc03332b General 17 lat temu
OFFLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
OFFLoader.h 4bbc03332b General 17 lat temu
ObjFileData.h eda47a6f0b - Add new helper funtion to detect end of buffer. 16 lat temu
ObjFileImporter.cpp cc1ff304df FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords. 16 lat temu
ObjFileImporter.h 4bbc03332b General 17 lat temu
ObjFileMtlImporter.cpp d3ff282987 - Removed dead code. 16 lat temu
ObjFileMtlImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 lat temu
ObjFileParser.cpp 64168ba975 FIX: ObjLoader failed to locate material files if the input path contained 'wrong' path delimiters. 16 lat temu
ObjFileParser.h 64168ba975 FIX: ObjLoader failed to locate material files if the input path contained 'wrong' path delimiters. 16 lat temu
ObjTools.h eda47a6f0b - Add new helper funtion to detect end of buffer. 16 lat temu
OgreImporter.cpp 35b7416437 FIX: gcc's complaints about OgreImporter. 16 lat temu
OgreImporter.h 449bff99be Ogre Animations implemented but they don't work yet. 16 lat temu
OgreXmlHelper.h 449bff99be Ogre Animations implemented but they don't work yet. 16 lat temu
OptimizeGraph.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 16 lat temu
OptimizeGraph.h 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 16 lat temu
OptimizeMeshes.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 16 lat temu
OptimizeMeshes.h 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 16 lat temu
ParsingUtils.h 2b9461fbf7 MD3 17 lat temu
PlyLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
PlyLoader.h 4bbc03332b General 17 lat temu
PlyParser.cpp 4bbc03332b General 17 lat temu
PlyParser.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
PretransformVertices.cpp cc1ff304df FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords. 16 lat temu
PretransformVertices.h cc1ff304df FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords. 16 lat temu
ProcessHelper.h 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 16 lat temu
Q3DLoader.cpp 4bbc03332b General 17 lat temu
Q3DLoader.h 4bbc03332b General 17 lat temu
RawLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
RawLoader.h 4bbc03332b General 17 lat temu
RemoveComments.cpp b06fc2e5f5 MD5 17 lat temu
RemoveComments.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 lat temu
RemoveRedundantMaterials.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 16 lat temu
RemoveRedundantMaterials.h 4bbc03332b General 17 lat temu
RemoveVCProcess.cpp 4bbc03332b General 17 lat temu
RemoveVCProcess.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
SGSpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
SGSpatialSort.h 3e46a0860e Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved. 17 lat temu
SMDLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
SMDLoader.h 4bbc03332b General 17 lat temu
STLLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
STLLoader.h 4bbc03332b General 17 lat temu
SceneCombiner.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 16 lat temu
SceneCombiner.h 4bbc03332b General 17 lat temu
ScenePreprocessor.cpp d6aacefa1e - BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out. 16 lat temu
ScenePreprocessor.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
SkeletonMeshBuilder.cpp d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. 16 lat temu
SkeletonMeshBuilder.h d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. 16 lat temu
SmoothingGroups.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 lat temu
SmoothingGroups.inl 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
SortByPTypeProcess.cpp 84e2c82877 [ 2666245 ] Remove unused vars 17 lat temu
SortByPTypeProcess.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 lat temu
SpatialSort.cpp 4bbc03332b General 17 lat temu
SpatialSort.h 9279513700 Optimized GenVertexNormal-Step. 17 lat temu
SplitLargeMeshes.cpp f7aa836330 ASE: Added WIP support for *SMOOTHSKINMESH elements in ASE/ASC files. Fixes in the ASE loader. Fixed animation parsing. Temporary implementation of target lights and cameras, including animations. 17 lat temu
SplitLargeMeshes.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
StandardShapes.cpp 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 lat temu
StandardShapes.h 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 lat temu
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. 17 lat temu
StreamReader.h 4bbc03332b General 17 lat temu
StringComparison.h 4bbc03332b General 17 lat temu
TargetAnimation.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
TargetAnimation.h fd9e6edc19 Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet. 17 lat temu
TerragenLoader.cpp 4bbc03332b General 17 lat temu
TerragenLoader.h 4bbc03332b General 17 lat temu
TextureTransform.cpp 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. 16 lat temu
TextureTransform.h fd9e6edc19 Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet. 17 lat temu
TriangulateProcess.cpp 29c33760e4 Triangulation: 17 lat temu
TriangulateProcess.h 927cd1cd46 Added support for point and line primitives. 17 lat temu
UnrealLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
UnrealLoader.h 4bbc03332b General 17 lat temu
ValidateDataStructure.cpp de50bb915b MD5 17 lat temu
ValidateDataStructure.h 4bbc03332b General 17 lat temu
VertexTriangleAdjacency.cpp adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. 16 lat temu
VertexTriangleAdjacency.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 lat temu
Win32DebugLogStream.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. 17 lat temu
XFileHelper.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
XFileImporter.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
XFileImporter.h 4bbc03332b General 17 lat temu
XFileParser.cpp 5c1804f3ad - BUGFIX : Fixed compiler warning ( constant condition ). 16 lat temu
XFileParser.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 lat temu
aiAssert.cpp c0148c090f fixed some linux issues 17 lat temu
fast_atof.h 5c1804f3ad - BUGFIX : Fixed compiler warning ( constant condition ). 16 lat temu
irrXMLWrapper.h 8929ee3da5 Doc now includes parts of the internal API. 16 lat temu
makefile a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
makefile.mingw a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 lat temu
qnan.h 4bbc03332b General 17 lat temu