aramis_acg a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
..
extra 4bbc03332b General 17 ani în urmă
res 9070dc1f3c Further work on jAssimp. Still WIP and NOT USABLE, but interface getting stable now, most JNI code written. 16 ani în urmă
3DSConverter.cpp bcfbc37301 MD5 parser will now reject files with version!=10. 17 ani în urmă
3DSHelper.h 4bbc03332b General 17 ani în urmă
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 ani în urmă
3DSLoader.h 4bbc03332b General 17 ani în urmă
ACLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
ACLoader.h 4bbc03332b General 17 ani în urmă
ASELoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
ASELoader.h 4bbc03332b General 17 ani în urmă
ASEParser.cpp c2d8881549 General 17 ani în urmă
ASEParser.h 4bbc03332b General 17 ani în urmă
Assimp.cpp 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict 16 ani în urmă
AssimpPCH.cpp 4bbc03332b General 17 ani în urmă
AssimpPCH.h a4d7871096 [2805689] GCC 4.4 compatibility. 16 ani în urmă
B3DImporter.cpp 3b95a1e782 Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount(). 16 ani în urmă
B3DImporter.h a241829149 Implemented anims/bones 16 ani în urmă
BVHLoader.cpp 7080ba231c General 17 ani în urmă
BVHLoader.h 4bbc03332b General 17 ani în urmă
BaseImporter.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
BaseImporter.h a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
BaseProcess.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 17 ani în urmă
BaseProcess.h 8148ff36c0 Minor doc fixes. 17 ani în urmă
ByteSwap.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 ani în urmă
CMakeLists.txt a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
CSMLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
CSMLoader.h d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. 16 ani în urmă
CalcTangentsProcess.cpp 4bbc03332b General 17 ani în urmă
CalcTangentsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 ani în urmă
ColladaHelper.h 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict 16 ani în urmă
ColladaLoader.cpp 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict 16 ani în urmă
ColladaLoader.h e471b966c5 - Collada loader now supports node animations 17 ani în urmă
ColladaParser.cpp 3f2fa97f18 - Bugfix: Collada-Loader now also reads animations containing multiple channels 16 ani în urmă
ColladaParser.h e471b966c5 - Collada loader now supports node animations 17 ani în urmă
ComputeUVMappingProcess.cpp cc96f55c61 Adding samples/SimpleOpenGL. 16 ani în urmă
ComputeUVMappingProcess.h c865999420 Collada 17 ani în urmă
ConvertToLHProcess.cpp 29c33760e4 Triangulation: 17 ani în urmă
ConvertToLHProcess.h c2d8881549 General 17 ani în urmă
DXFLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
DXFLoader.h 4bbc03332b General 17 ani în urmă
DefaultIOStream.cpp adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. 16 ani în urmă
DefaultIOStream.h 2b9461fbf7 MD3 17 ani în urmă
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 ani în urmă
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 ani în urmă
DefaultLogger.cpp d881a16402 Logging functions are now available to C-Users, too. Cleaning up headers. 16 ani în urmă
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 ani în urmă
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. 17 ani în urmă
FindDegenerates.cpp 29c33760e4 Triangulation: 17 ani în urmă
FindDegenerates.h 4bbc03332b General 17 ani în urmă
FindInstancesProcess.cpp de14e06805 FIX: Nasty debug-only bug in FindInstancesProcess. 16 ani în urmă
FindInstancesProcess.h ec9226c5b9 Fixed nasty bug in FindInstancesProcess.cpp. 17 ani în urmă
FindInvalidDataProcess.cpp 84e2c82877 [ 2666245 ] Remove unused vars 17 ani în urmă
FindInvalidDataProcess.h ac200212a9 Added ScenePreProcessor helper class to add missing dummy animation channels. 17 ani în urmă
FixNormalsStep.cpp 4727ad6c6a Fixed HMP typo. 17 ani în urmă
FixNormalsStep.h 7d21c02e28 ASSIMP Beta 1, final fixes for the release. 17 ani în urmă
GenFaceNormalsProcess.cpp 07428f37c7 FIX: GenFaceNormals process returns unit normals now. 16 ani în urmă
GenFaceNormalsProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 ani în urmă
GenVertexNormalsProcess.cpp 84e2c82877 [ 2666245 ] Remove unused vars 17 ani în urmă
GenVertexNormalsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 ani în urmă
GenericProperty.h 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. 16 ani în urmă
HMPFileData.h 4bbc03332b General 17 ani în urmă
HMPLoader.cpp 4bbc03332b General 17 ani în urmă
HMPLoader.h 4bbc03332b General 17 ani în urmă
HalfLifeFileData.h 4bbc03332b General 17 ani în urmă
Hash.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 ani în urmă
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE 17 ani în urmă
IRRLoader.cpp a3b32f306c Adding a file system filter layer to correct invalid paths automatically. 17 ani în urmă
IRRLoader.h 4bbc03332b General 17 ani în urmă
IRRMeshLoader.cpp c2d8881549 General 17 ani în urmă
IRRMeshLoader.h 4bbc03332b General 17 ani în urmă
IRRShared.cpp 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. 16 ani în urmă
IRRShared.h 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 ani în urmă
Importer.cpp adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. 16 ani în urmă
ImproveCacheLocality.cpp a534c364b2 AssimpView now finds textures stored with their full path in the asset's directory. 16 ani în urmă
ImproveCacheLocality.h 4bbc03332b General 17 ani în urmă
JoinVerticesProcess.cpp 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict 16 ani în urmă
JoinVerticesProcess.h 12070a1d52 Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict 16 ani în urmă
LWOAnimation.cpp a3b32f306c Adding a file system filter layer to correct invalid paths automatically. 17 ani în urmă
LWOAnimation.h 4bbc03332b General 17 ani în urmă
LWOBLoader.cpp 48d768f15f LWO 17 ani în urmă
LWOFileData.h a677cdd1c0 LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly. 16 ani în urmă
LWOLoader.cpp a677cdd1c0 LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly. 16 ani în urmă
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. 17 ani în urmă
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. 17 ani în urmă
LWSLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
LWSLoader.h 0023010840 [ 2672224 ] Patch To get gcc to compile assimp under Linux 17 ani în urmă
LimitBoneWeightsProcess.cpp de50bb915b MD5 17 ani în urmă
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 ani în urmă
MD2FileData.h 4bbc03332b General 17 ani în urmă
MD2Loader.cpp 93ab7383da General 17 ani în urmă
MD2Loader.h 4bbc03332b General 17 ani în urmă
MD2NormalTable.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 ani în urmă
MD3FileData.h 4bbc03332b General 17 ani în urmă
MD3Loader.cpp 93ab7383da General 17 ani în urmă
MD3Loader.h 93ab7383da General 17 ani în urmă
MD5Loader.cpp c2d8881549 General 17 ani în urmă
MD5Loader.h 7080ba231c General 17 ani în urmă
MD5Parser.cpp bcfbc37301 MD5 parser will now reject files with version!=10. 17 ani în urmă
MD5Parser.h b06fc2e5f5 MD5 17 ani în urmă
MDCFileData.h 4bbc03332b General 17 ani în urmă
MDCLoader.cpp 4bbc03332b General 17 ani în urmă
MDCLoader.h 4bbc03332b General 17 ani în urmă
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 ani în urmă
MDLDefaultColorMap.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 ani în urmă
MDLFileData.h 4bbc03332b General 17 ani în urmă
MDLLoader.cpp c2d8881549 General 17 ani în urmă
MDLLoader.h 4bbc03332b General 17 ani în urmă
MDLMaterialLoader.cpp 4bbc03332b General 17 ani în urmă
MaterialSystem.cpp 3b95a1e782 Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount(). 16 ani în urmă
MaterialSystem.h fcc6455447 Removing stdint.h dependency from the public API to avoid conflicts with other libraries. 17 ani în urmă
MemoryIOWrapper.h adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. 16 ani în urmă
NFFLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
NFFLoader.h 4bbc03332b General 17 ani în urmă
OFFLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
OFFLoader.h 4bbc03332b General 17 ani în urmă
ObjFileData.h eda47a6f0b - Add new helper funtion to detect end of buffer. 16 ani în urmă
ObjFileImporter.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
ObjFileImporter.h 4bbc03332b General 17 ani în urmă
ObjFileMtlImporter.cpp d3ff282987 - Removed dead code. 16 ani în urmă
ObjFileMtlImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 ani în urmă
ObjFileParser.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
ObjFileParser.h 0d53ac5ad5 Fixing build errors. 17 ani în urmă
ObjTools.h eda47a6f0b - Add new helper funtion to detect end of buffer. 16 ani în urmă
OptimizeGraph.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 17 ani în urmă
OptimizeGraph.h 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 17 ani în urmă
OptimizeMeshes.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 17 ani în urmă
OptimizeMeshes.h 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 17 ani în urmă
ParsingUtils.h 2b9461fbf7 MD3 17 ani în urmă
PlyLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
PlyLoader.h 4bbc03332b General 17 ani în urmă
PlyParser.cpp 4bbc03332b General 17 ani în urmă
PlyParser.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 ani în urmă
PretransformVertices.cpp 4bbc03332b General 17 ani în urmă
PretransformVertices.h 4bbc03332b General 17 ani în urmă
ProcessHelper.h 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 17 ani în urmă
Q3DLoader.cpp 4bbc03332b General 17 ani în urmă
Q3DLoader.h 4bbc03332b General 17 ani în urmă
RawLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
RawLoader.h 4bbc03332b General 17 ani în urmă
RemoveComments.cpp b06fc2e5f5 MD5 17 ani în urmă
RemoveComments.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 ani în urmă
RemoveRedundantMaterials.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 17 ani în urmă
RemoveRedundantMaterials.h 4bbc03332b General 17 ani în urmă
RemoveVCProcess.cpp 4bbc03332b General 17 ani în urmă
RemoveVCProcess.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 ani în urmă
SGSpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 ani în urmă
SGSpatialSort.h 3e46a0860e Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved. 17 ani în urmă
SMDLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
SMDLoader.h 4bbc03332b General 17 ani în urmă
STLLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
STLLoader.h 4bbc03332b General 17 ani în urmă
SceneCombiner.cpp 9abcba4bc2 Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 17 ani în urmă
SceneCombiner.h 4bbc03332b General 17 ani în urmă
ScenePreprocessor.cpp d6aacefa1e - BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out. 17 ani în urmă
ScenePreprocessor.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 ani în urmă
SkeletonMeshBuilder.cpp d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. 16 ani în urmă
SkeletonMeshBuilder.h d7b4dd6ae3 Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. 16 ani în urmă
SmoothingGroups.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 ani în urmă
SmoothingGroups.inl 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 ani în urmă
SortByPTypeProcess.cpp 84e2c82877 [ 2666245 ] Remove unused vars 17 ani în urmă
SortByPTypeProcess.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 ani în urmă
SpatialSort.cpp 4bbc03332b General 17 ani în urmă
SpatialSort.h 9279513700 Optimized GenVertexNormal-Step. 17 ani în urmă
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 ani în urmă
SplitLargeMeshes.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 ani în urmă
StandardShapes.cpp 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 ani în urmă
StandardShapes.h 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 ani în urmă
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 ani în urmă
StreamReader.h 4bbc03332b General 17 ani în urmă
StringComparison.h 4bbc03332b General 17 ani în urmă
TargetAnimation.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 ani în urmă
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 ani în urmă
TerragenLoader.cpp 4bbc03332b General 17 ani în urmă
TerragenLoader.h 4bbc03332b General 17 ani în urmă
TextureTransform.cpp 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. 16 ani în urmă
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 ani în urmă
TriangulateProcess.cpp 29c33760e4 Triangulation: 17 ani în urmă
TriangulateProcess.h 927cd1cd46 Added support for point and line primitives. 17 ani în urmă
UnrealLoader.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
UnrealLoader.h 4bbc03332b General 17 ani în urmă
ValidateDataStructure.cpp de50bb915b MD5 17 ani în urmă
ValidateDataStructure.h 4bbc03332b General 17 ani în urmă
VertexTriangleAdjacency.cpp adb4ab602e Adding Importer::ReadFileFromMemory to make Chromanoid happy. 16 ani în urmă
VertexTriangleAdjacency.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 ani în urmă
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 ani în urmă
XFileHelper.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 ani în urmă
XFileImporter.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
XFileImporter.h 4bbc03332b General 17 ani în urmă
XFileParser.cpp a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
XFileParser.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 ani în urmă
aiAssert.cpp c0148c090f fixed some linux issues 17 ani în urmă
fast_atof.h 25088fd7da FIX: IrrMesh lightmap scale factor is imported correctly now. 16 ani în urmă
irrXMLWrapper.h a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
makefile a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
makefile.mingw a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 16 ani în urmă
qnan.h 4bbc03332b General 17 ani în urmă