ulfjorensen 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 лет назад
..
extra 13d8e4a66d assimpview: fixed crash during normal recomputation. 17 лет назад
res 333f0c805e 17 лет назад
3DSConverter.cpp abe2d4834e MD3 17 лет назад
3DSHelper.h c865999420 Collada 17 лет назад
3DSLoader.cpp abe2d4834e MD3 17 лет назад
3DSLoader.h 9b53b2aa1a FIX: 3DS loader skips TCB keys correctly now. 17 лет назад
ACLoader.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
ACLoader.h e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 17 лет назад
ASELoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
ASELoader.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 лет назад
ASEParser.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 лет назад
ASEParser.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 лет назад
Assimp.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 лет назад
AssimpPCH.cpp 3d5eae6be5 Moved some defines into the core, away from the public stuff. 17 лет назад
AssimpPCH.h 4b4526953e Changed some runtime asserts to boost::static_asserts. 17 лет назад
B3DImporter.cpp 2b1f0cbac0 ' B3DImporter.cpp 17 лет назад
B3DImporter.h b2b083cc87 Fixed materials/normals 17 лет назад
BVHLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
BVHLoader.h d3e9607ab6 Kill g++ compiler warning (no newline at end of file). 17 лет назад
BaseImporter.cpp d70c092b71 MD3 17 лет назад
BaseImporter.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
BaseProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 лет назад
BaseProcess.h 8148ff36c0 Minor doc fixes. 17 лет назад
ByteSwap.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 лет назад
CalcTangentsProcess.cpp 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 лет назад
CalcTangentsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 лет назад
ColladaHelper.h c865999420 Collada 17 лет назад
ColladaLoader.cpp 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 лет назад
ColladaLoader.h c865999420 Collada 17 лет назад
ColladaParser.cpp 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 лет назад
ColladaParser.h 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 лет назад
ComputeUVMappingProcess.cpp c865999420 Collada 17 лет назад
ComputeUVMappingProcess.h c865999420 Collada 17 лет назад
ConvertToLHProcess.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 лет назад
ConvertToLHProcess.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 лет назад
DXFLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
DXFLoader.h 730b77c68e - removed implementation headers from the public interface 17 лет назад
DefaultIOStream.cpp 2b9461fbf7 MD3 17 лет назад
DefaultIOStream.h 2b9461fbf7 MD3 17 лет назад
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 лет назад
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 лет назад
DefaultLogger.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 лет назад
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 лет назад
FindDegenerates.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
FindDegenerates.h 321334fd12 [ 2373610 ] Patch for Linux and SCons. Added patch provided by John Connors, closed the corresponding tracker item. 17 лет назад
FindInstancesProcess.cpp ec9226c5b9 Fixed nasty bug in FindInstancesProcess.cpp. 17 лет назад
FindInstancesProcess.h ec9226c5b9 Fixed nasty bug in FindInstancesProcess.cpp. 17 лет назад
FindInvalidDataProcess.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
FindInvalidDataProcess.h ac200212a9 Added ScenePreProcessor helper class to add missing dummy animation channels. 17 лет назад
FixNormalsStep.cpp 4727ad6c6a Fixed HMP typo. 17 лет назад
FixNormalsStep.h 7d21c02e28 ASSIMP Beta 1, final fixes for the release. 17 лет назад
GenFaceNormalsProcess.cpp 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 лет назад
GenFaceNormalsProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
GenVertexNormalsProcess.cpp abe2d4834e MD3 17 лет назад
GenVertexNormalsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 лет назад
GenericProperty.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 лет назад
HMPFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
HMPLoader.cpp 4727ad6c6a Fixed HMP typo. 17 лет назад
HMPLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
HalfLifeFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
Hash.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 лет назад
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE 17 лет назад
IRRLoader.cpp 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 лет назад
IRRLoader.h d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
IRRMeshLoader.cpp 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 лет назад
IRRMeshLoader.h d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
IRRShared.cpp 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 лет назад
IRRShared.h 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 лет назад
Importer.cpp eb761a875f Some minor changes in postprocess step order. My fault, I didn't think. 17 лет назад
ImproveCacheLocality.cpp 3d3b9719f8 Fixed third-person camera movement bug in the viewer. 17 лет назад
ImproveCacheLocality.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
JoinVerticesProcess.cpp 4b4526953e Changed some runtime asserts to boost::static_asserts. 17 лет назад
JoinVerticesProcess.h 4b4526953e Changed some runtime asserts to boost::static_asserts. 17 лет назад
LWOBLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
LWOFileData.h c865999420 Collada 17 лет назад
LWOLoader.cpp abe2d4834e MD3 17 лет назад
LWOLoader.h abe2d4834e MD3 17 лет назад
LWOMaterial.cpp abe2d4834e MD3 17 лет назад
LWSLoader.cpp 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 лет назад
LWSLoader.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 лет назад
LimitBoneWeightsProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 лет назад
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 лет назад
MD2FileData.h fd9769eae6 MD2 17 лет назад
MD2Loader.cpp e6758ce923 MD3 17 лет назад
MD2Loader.h 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 лет назад
MD2NormalTable.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 лет назад
MD3FileData.h 2b9461fbf7 MD3 17 лет назад
MD3Loader.cpp abe2d4834e MD3 17 лет назад
MD3Loader.h abe2d4834e MD3 17 лет назад
MD5Loader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
MD5Loader.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 лет назад
MD5Parser.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 лет назад
MD5Parser.h 2b9461fbf7 MD3 17 лет назад
MDCFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
MDCLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
MDCLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
MDLDefaultColorMap.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 лет назад
MDLFileData.h 4727ad6c6a Fixed HMP typo. 17 лет назад
MDLLoader.cpp 4727ad6c6a Fixed HMP typo. 17 лет назад
MDLLoader.h 4727ad6c6a Fixed HMP typo. 17 лет назад
MDLMaterialLoader.cpp 4727ad6c6a Fixed HMP typo. 17 лет назад
MaterialSystem.cpp abe2d4834e MD3 17 лет назад
MaterialSystem.h abe2d4834e MD3 17 лет назад
NFFLoader.cpp c865999420 Collada 17 лет назад
NFFLoader.h e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 17 лет назад
OFFLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
OFFLoader.h 7f9c3652b3 Added RAW Loader. Tested with various configurations, seems to work. 17 лет назад
ObjFileData.h 4048eb92f5 Fixed illumination model conversion in the OBJ loader. 17 лет назад
ObjFileImporter.cpp 0e9ff778c8 FIX: ptv transforms tangents and bitangents now corrrectly. 17 лет назад
ObjFileImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 лет назад
ObjFileMtlImporter.cpp 4048eb92f5 Fixed illumination model conversion in the OBJ loader. 17 лет назад
ObjFileMtlImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 лет назад
ObjFileParser.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 лет назад
ObjFileParser.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 лет назад
ObjTools.h 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 лет назад
ParsingUtils.h 2b9461fbf7 MD3 17 лет назад
PlyLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
PlyLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
PlyParser.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
PlyParser.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 лет назад
PretransformVertices.cpp abe2d4834e MD3 17 лет назад
PretransformVertices.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
ProcessHelper.h c865999420 Collada 17 лет назад
Q3DLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
Q3DLoader.h 5d2fd0ef35 Fixed some minor bugs in the Q3D loader. All test models from quick3d.org load correctly now. 17 лет назад
RawLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
RawLoader.h 7f9c3652b3 Added RAW Loader. Tested with various configurations, seems to work. 17 лет назад
RemoveComments.cpp 321334fd12 [ 2373610 ] Patch for Linux and SCons. Added patch provided by John Connors, closed the corresponding tracker item. 17 лет назад
RemoveComments.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 лет назад
RemoveRedundantMaterials.cpp abe2d4834e MD3 17 лет назад
RemoveRedundantMaterials.h 51bfc46c1d Fix linux build 17 лет назад
RemoveVCProcess.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
RemoveVCProcess.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
SGSpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 лет назад
SGSpatialSort.h 3e46a0860e Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved. 17 лет назад
SMDLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
SMDLoader.h 2b9461fbf7 MD3 17 лет назад
STLLoader.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
STLLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
SceneCombiner.cpp d70c092b71 MD3 17 лет назад
SceneCombiner.h d70c092b71 MD3 17 лет назад
ScenePreprocessor.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
ScenePreprocessor.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
SkeletonMeshBuilder.cpp e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 17 лет назад
SkeletonMeshBuilder.h e9dc280739 Fixed linker error reported by PuMI causing the DLL build to fail. 17 лет назад
SmoothingGroups.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 лет назад
SmoothingGroups.inl 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
SortByPTypeProcess.cpp 3d5eae6be5 Moved some defines into the core, away from the public stuff. 17 лет назад
SortByPTypeProcess.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 лет назад
SpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 лет назад
SpatialSort.h 9279513700 Optimized GenVertexNormal-Step. 17 лет назад
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 лет назад
SplitLargeMeshes.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
StandardShapes.cpp 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 лет назад
StandardShapes.h 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 лет назад
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 лет назад
StreamReader.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
StringComparison.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
TargetAnimation.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
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 лет назад
TerragenLoader.cpp b73cb1c569 HMP loader returns quads now, cleaned up the code a bit. Still longer than necessary. 17 лет назад
TerragenLoader.h 39bfb7608b Optimized triangulation algorithm. Must more faster now. 17 лет назад
TextureTransform.cpp fd9769eae6 MD2 17 лет назад
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 лет назад
TriangulateProcess.cpp 39bfb7608b Optimized triangulation algorithm. Must more faster now. 17 лет назад
TriangulateProcess.h 927cd1cd46 Added support for point and line primitives. 17 лет назад
ValidateDataStructure.cpp abe2d4834e MD3 17 лет назад
ValidateDataStructure.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 лет назад
VertexTriangleAdjacency.cpp 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 лет назад
VertexTriangleAdjacency.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 лет назад
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 лет назад
XFileHelper.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
XFileImporter.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
XFileImporter.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
XFileParser.cpp d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
XFileParser.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 лет назад
aiAssert.cpp c0148c090f fixed some linux issues 17 лет назад
fast_atof.h c865999420 Collada 17 лет назад
irrXMLWrapper.h 732884e2f4 - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 17 лет назад
makefile 5e59a60ea2 Added binary x test model exported from truespace. Didn't have one yet. 17 лет назад
makefile.mingw d41f570dc0 Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 17 лет назад
qnan.h 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 лет назад