aramis_acg 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 年之前
..
extra e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 17 年之前
irrXML 321334fd12 [ 2373610 ] Patch for Linux and SCons. Added patch provided by John Connors, closed the corresponding tracker item. 17 年之前
res 333f0c805e 17 年之前
3DSConverter.cpp 9fc698bb2f Fixed a bug in the validation step - animation channels weren't validated correctly in every case. 17 年之前
3DSHelper.h 9b53b2aa1a FIX: 3DS loader skips TCB keys correctly now. 17 年之前
3DSLoader.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 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 32342857d8 ASE and 3DS cleanup - face ordering improved. 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 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
AssimpPCH.cpp 94d289d1a3 Updated boost workaround. Added -noboost build config to VC8. 17 年之前
AssimpPCH.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
B3DImporter.cpp 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 年之前
B3DImporter.h 04ca1a72f7 Updated B3D Loader, added Mark Sibly to the list of contributors. 17 年之前
BVHLoader.cpp b73cb1c569 HMP loader returns quads now, cleaned up the code a bit. Still longer than necessary. 17 年之前
BVHLoader.h d3e9607ab6 Kill g++ compiler warning (no newline at end of file). 17 年之前
BaseImporter.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 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 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 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 917db45b3c - further Collada work: materials are now loaded from profile_COMMON, meshes are properly split up at material borders 17 年之前
ColladaLoader.cpp 84f8e3c68c Temporary fix: collada loader strips 'file://' from paths now. 17 年之前
ColladaLoader.h 84f8e3c68c Temporary fix: collada loader strips 'file://' from paths now. 17 年之前
ColladaParser.cpp f601c3c5b9 made it work again under linux 17 年之前
ColladaParser.h 917db45b3c - further Collada work: materials are now loaded from profile_COMMON, meshes are properly split up at material borders 17 年之前
ComputeUVMappingProcess.cpp be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 年之前
ComputeUVMappingProcess.h 9fc698bb2f Fixed a bug in the validation step - animation channels weren't validated correctly in every case. 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 e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 17 年之前
DXFLoader.h 730b77c68e - removed implementation headers from the public interface 17 年之前
DefaultIOStream.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
DefaultIOStream.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
DefaultIOSystem.cpp 321334fd12 [ 2373610 ] Patch for Linux and SCons. Added patch provided by John Connors, closed the corresponding tracker item. 17 年之前
DefaultIOSystem.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 年之前
DefaultLogger.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
FileLogStream.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 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 年之前
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 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 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 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 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 b73cb1c569 HMP loader returns quads now, cleaned up the code a bit. Still longer than necessary. 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 b73cb1c569 HMP loader returns quads now, cleaned up the code a bit. Still longer than necessary. 17 年之前
IRRLoader.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 年之前
IRRMeshLoader.cpp 321334fd12 [ 2373610 ] Patch for Linux and SCons. Added patch provided by John Connors, closed the corresponding tracker item. 17 年之前
IRRMeshLoader.h df9f4130eb Further work on the IRR and IRRMESH loaders. IRR is still WIP, IRRMESH loads lightmaps correctly now. 17 年之前
Importer.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 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 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 年之前
JoinVerticesProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 年之前
LWOBLoader.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 年之前
LWOFileData.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 年之前
LWOLoader.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 年之前
LWOLoader.h 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 年之前
LWOMaterial.cpp be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 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 be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 年之前
MD2Loader.cpp e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 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 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 年之前
MD3Loader.cpp 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 年之前
MD3Loader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 年之前
MD5Loader.cpp 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 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 c9c2810e3c Fixes for some warnings in the gcc4 linux 64 build. 17 年之前
MDCFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 年之前
MDCLoader.cpp e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 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 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 年之前
MDLLoader.cpp 6ee05b6238 a first version for mdl7 loading on BE is now working (still one warning of a missed uv index) 17 年之前
MDLLoader.h 49b66d47dc worked on be stuff for mdl loader 17 年之前
MDLMaterialLoader.cpp 49b66d47dc worked on be stuff for mdl loader 17 年之前
MaterialSystem.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
MaterialSystem.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
NFFLoader.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
NFFLoader.h e48d1a4e5a Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 17 年之前
OFFLoader.cpp 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 年之前
OFFLoader.h 7f9c3652b3 Added RAW Loader. Tested with various configurations, seems to work. 17 年之前
ObjFileData.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 年之前
ObjFileImporter.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 年之前
ObjFileImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 年之前
ObjFileMtlImporter.cpp 06e4262f80 - Refactorized obj-material-loader: removed duplicated float separation and made it to a template. 17 年之前
ObjFileMtlImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 年之前
ObjFileParser.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 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 年之前
OptimizeGraphProcess.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 年之前
OptimizeGraphProcess.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 年之前
ParsingUtils.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
PlyLoader.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 年之前
PlyLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 年之前
PlyParser.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 年之前
PlyParser.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 年之前
PretransformVertices.cpp 68ef00ef09 Fixed a bug in the SortByPType-step causing some models with bones to crash 17 年之前
PretransformVertices.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 年之前
ProcessHelper.h 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
Q3DLoader.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
Q3DLoader.h 5d2fd0ef35 Fixed some minor bugs in the Q3D loader. All test models from quick3d.org load correctly now. 17 年之前
RawLoader.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 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 32342857d8 ASE and 3DS cleanup - face ordering improved. 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 be864ce4a0 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 17 年之前
SMDLoader.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 年之前
STLLoader.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 年之前
STLLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 年之前
SceneCombiner.cpp 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
SceneCombiner.h 321334fd12 [ 2373610 ] Patch for Linux and SCons. Added patch provided by John Connors, closed the corresponding tracker item. 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 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 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 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 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 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 年之前
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 39bfb7608b Optimized triangulation algorithm. Must more faster now. 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 58eb786d62 Major API cleanup. Unified formatting & doxygen tags in the public API. 17 年之前
XFileHelper.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 年之前
XFileImporter.cpp 32342857d8 ASE and 3DS cleanup - face ordering improved. 17 年之前
XFileImporter.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 年之前
XFileParser.cpp 342ea0188a - Bugfix: handling of XFile vertex colors is more forgiving now 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 85a487f6b8 - Bugfix: ColladaLoader node rotation was miscalculated 17 年之前
makefile 39bfb7608b Optimized triangulation algorithm. Must more faster now. 17 年之前
makefile.mingw 39bfb7608b Optimized triangulation algorithm. Must more faster now. 17 年之前
qnan.h 6557c28ef7 FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 17 年之前