aramis_acg 68ef00ef09 Fixed a bug in the SortByPType-step causing some models with bones to crash 17 anni fa
..
extra 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
irrXML ba93c7ef09 Fixed x64 compilation problem cause of an int 3 asm instruction. 17 anni fa
res 333f0c805e 17 anni fa
3DSConverter.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 anni fa
3DSHelper.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 anni fa
3DSLoader.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 anni fa
3DSLoader.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 anni fa
ACLoader.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
ACLoader.h 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 anni fa
ASELoader.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 anni fa
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 anni fa
ASEParser.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 anni fa
ASEParser.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 anni fa
Assimp.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
AssimpPCH.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
AssimpPCH.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 anni fa
B3DImporter.cpp 04ca1a72f7 Updated B3D Loader, added Mark Sibly to the list of contributors. 17 anni fa
B3DImporter.h 04ca1a72f7 Updated B3D Loader, added Mark Sibly to the list of contributors. 17 anni fa
BVHLoader.cpp c25e576a01 - BVH-Loader more or less final now. Reads motion capturing date which plays fine in the viewer, just mirrored ATM. 17 anni fa
BVHLoader.h d3e9607ab6 Kill g++ compiler warning (no newline at end of file). 17 anni fa
BaseImporter.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
BaseImporter.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 anni fa
BaseProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
BaseProcess.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
ByteSwap.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
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 anni fa
CalcTangentsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 anni fa
ColladaLoader.cpp 1083d85b2c - first draft of the Collada importer. Compiles and runs fine, but not functional yet. 17 anni fa
ColladaLoader.h 1083d85b2c - first draft of the Collada importer. Compiles and runs fine, but not functional yet. 17 anni fa
ColladaParser.cpp 1083d85b2c - first draft of the Collada importer. Compiles and runs fine, but not functional yet. 17 anni fa
ColladaParser.h 1083d85b2c - first draft of the Collada importer. Compiles and runs fine, but not functional yet. 17 anni fa
ConvertToLHProcess.cpp c25e576a01 - BVH-Loader more or less final now. Reads motion capturing date which plays fine in the viewer, just mirrored ATM. 17 anni fa
ConvertToLHProcess.h 8925813026 - renamed "bone" anims and associated structures to generic "node" anims. Breaking change, sorry for that. 17 anni fa
DXFLoader.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
DXFLoader.h 730b77c68e - removed implementation headers from the public interface 17 anni fa
DefaultIOStream.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
DefaultIOStream.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
DefaultIOSystem.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
DefaultIOSystem.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 anni fa
DefaultLogger.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
FileLogStream.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
FindDegenerates.cpp 3d3b9719f8 Fixed third-person camera movement bug in the viewer. 17 anni fa
FindDegenerates.h 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 anni fa
FindInvalidDataProcess.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 anni fa
FindInvalidDataProcess.h ac200212a9 Added ScenePreProcessor helper class to add missing dummy animation channels. 17 anni fa
FixNormalsStep.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
FixNormalsStep.h 7d21c02e28 ASSIMP Beta 1, final fixes for the release. 17 anni fa
GenFaceNormalsProcess.cpp 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 anni fa
GenFaceNormalsProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
GenVertexNormalsProcess.cpp 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 anni fa
GenVertexNormalsProcess.h 9279513700 Optimized GenVertexNormal-Step. 17 anni fa
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 anni fa
HMPFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
HMPLoader.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
HMPLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
HalfLifeFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
Hash.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
IFF.h ef3cd69ae6 worked on getting assimpl compiled on BE 17 anni fa
IRRLoader.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 anni fa
IRRLoader.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 anni fa
IRRMeshLoader.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 anni fa
IRRMeshLoader.h df9f4130eb Further work on the IRR and IRRMESH loaders. IRR is still WIP, IRRMESH loads lightmaps correctly now. 17 anni fa
Importer.cpp 1083d85b2c - first draft of the Collada importer. Compiles and runs fine, but not functional yet. 17 anni fa
ImproveCacheLocality.cpp 3d3b9719f8 Fixed third-person camera movement bug in the viewer. 17 anni fa
ImproveCacheLocality.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
JoinVerticesProcess.cpp 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 anni fa
JoinVerticesProcess.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
LWOBLoader.cpp ef3cd69ae6 worked on getting assimpl compiled on BE 17 anni fa
LWOFileData.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 anni fa
LWOLoader.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 anni fa
LWOLoader.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 anni fa
LWOMaterial.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
LWSLoader.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
LWSLoader.h ce6ce098e9 Removed aiProcess_FindDegenerates from the viewer. The step seems to cause some problems that have not yet been solved. 17 anni fa
LimitBoneWeightsProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
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 anni fa
MD2FileData.h daae32d62f - Fixed a bug in FindInvalidData causing some animation channels to be lost 17 anni fa
MD2Loader.cpp daae32d62f - Fixed a bug in FindInvalidData causing some animation channels to be lost 17 anni fa
MD2Loader.h 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 anni fa
MD2NormalTable.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 anni fa
MD3FileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
MD3Loader.cpp 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 anni fa
MD3Loader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
MD5Loader.cpp 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 anni fa
MD5Loader.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
MD5Parser.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
MD5Parser.h c9c2810e3c Fixes for some warnings in the gcc4 linux 64 build. 17 anni fa
MDCFileData.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
MDCLoader.cpp ef3cd69ae6 worked on getting assimpl compiled on BE 17 anni fa
MDCLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
MDCNormalTable.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
MDLDefaultColorMap.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 anni fa
MDLFileData.h 49b66d47dc worked on be stuff for mdl loader 17 anni fa
MDLLoader.cpp 6ee05b6238 a first version for mdl7 loading on BE is now working (still one warning of a missed uv index) 17 anni fa
MDLLoader.h 49b66d47dc worked on be stuff for mdl loader 17 anni fa
MDLMaterialLoader.cpp 49b66d47dc worked on be stuff for mdl loader 17 anni fa
MDRFileData.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 anni fa
MDRLoader.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 anni fa
MDRLoader.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 anni fa
MaterialSystem.cpp 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 anni fa
MaterialSystem.h 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 anni fa
NFFLoader.cpp 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 anni fa
NFFLoader.h 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 anni fa
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 anni fa
OFFLoader.h 7f9c3652b3 Added RAW Loader. Tested with various configurations, seems to work. 17 anni fa
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 anni fa
ObjFileImporter.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
ObjFileImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 anni fa
ObjFileMtlImporter.cpp 06e4262f80 - Refactorized obj-material-loader: removed duplicated float separation and made it to a template. 17 anni fa
ObjFileMtlImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 anni fa
ObjFileParser.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
ObjFileParser.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 anni fa
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 anni fa
OptimizeGraphProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
OptimizeGraphProcess.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
ParsingUtils.h 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 anni fa
PlyLoader.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
PlyLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
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 anni fa
PlyParser.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
PretransformVertices.cpp 68ef00ef09 Fixed a bug in the SortByPType-step causing some models with bones to crash 17 anni fa
PretransformVertices.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
ProcessHelper.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
Q3DLoader.cpp 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 anni fa
Q3DLoader.h 5d2fd0ef35 Fixed some minor bugs in the Q3D loader. All test models from quick3d.org load correctly now. 17 anni fa
RawLoader.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
RawLoader.h 7f9c3652b3 Added RAW Loader. Tested with various configurations, seems to work. 17 anni fa
RemoveComments.cpp 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 anni fa
RemoveComments.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 anni fa
RemoveRedundantMaterials.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
RemoveRedundantMaterials.h 51bfc46c1d Fix linux build 17 anni fa
RemoveVCProcess.cpp 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 anni fa
RemoveVCProcess.h 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 anni fa
SGSpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
SGSpatialSort.h 3e46a0860e Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved. 17 anni fa
SMDLoader.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 anni fa
SMDLoader.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
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 anni fa
STLLoader.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
SceneCombiner.cpp ac200212a9 Added ScenePreProcessor helper class to add missing dummy animation channels. 17 anni fa
SceneCombiner.h ac200212a9 Added ScenePreProcessor helper class to add missing dummy animation channels. 17 anni fa
ScenePreprocessor.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 anni fa
ScenePreprocessor.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 anni fa
SkeletonMeshBuilder.cpp 730b77c68e - removed implementation headers from the public interface 17 anni fa
SkeletonMeshBuilder.h e9dc280739 Fixed linker error reported by PuMI causing the DLL build to fail. 17 anni fa
SmoothingGroups.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
SmoothingGroups.inl 9279513700 Optimized GenVertexNormal-Step. 17 anni fa
SortByPTypeProcess.cpp 68ef00ef09 Fixed a bug in the SortByPType-step causing some models with bones to crash 17 anni fa
SortByPTypeProcess.h 7c50899481 Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 17 anni fa
SpatialSort.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
SpatialSort.h 9279513700 Optimized GenVertexNormal-Step. 17 anni fa
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 anni fa
SplitLargeMeshes.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
StandardShapes.cpp 240dbfd864 Small fix to the ASE loader - workaround for bitmaps with filename "None". 17 anni fa
StandardShapes.h 240dbfd864 Small fix to the ASE loader - workaround for bitmaps with filename "None". 17 anni fa
StreamReader.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
StringComparison.h 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 anni fa
TargetAnimation.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 anni fa
TargetAnimation.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 anni fa
TextureTransform.cpp a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
TextureTransform.h a7088d6263 Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 17 anni fa
TriangulateProcess.cpp 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa
TriangulateProcess.h 927cd1cd46 Added support for point and line primitives. 17 anni fa
ValidateDataStructure.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 anni fa
ValidateDataStructure.h 2da2835b29 Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 17 anni fa
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 anni fa
VertexTriangleAdjacency.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
Win32DebugLogStream.h 71fa1b508e - corrected all local include paths so that there are no "additional include paths" necessary in the build configuration anymore 17 anni fa
XFileHelper.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
XFileImporter.cpp 342ea0188a - Bugfix: handling of XFile vertex colors is more forgiving now 17 anni fa
XFileImporter.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
XFileParser.cpp 342ea0188a - Bugfix: handling of XFile vertex colors is more forgiving now 17 anni fa
XFileParser.h 8991496cf5 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 17 anni fa
aiAssert.cpp c0148c090f fixed some linux issues 17 anni fa
fast_atof.h 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 17 anni fa
makefile 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 anni fa
makefile.mingw 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 anni fa
qnan.h 1db46c242f Added temporary boost workaround - some assimp features work with reduced functionality in this case. 17 anni fa