aramis_acg 1a55e7e8f1 NFF spheres are working now. 17 лет назад
..
Compiler 4e59426e09 Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 17 лет назад
extra 4e59426e09 Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 17 лет назад
res 333f0c805e 17 лет назад
3DSConverter.cpp 38d04b6796 MD5 bugfix. 17 лет назад
3DSHelper.h 38d04b6796 MD5 bugfix. 17 лет назад
3DSLoader.cpp 38d04b6796 MD5 bugfix. 17 лет назад
3DSLoader.h 38d04b6796 MD5 bugfix. 17 лет назад
ASELoader.cpp 38d04b6796 MD5 bugfix. 17 лет назад
ASELoader.h 9bc8e8701f Update to the LWO loader. Still WIP. 17 лет назад
ASEParser.cpp cae8563764 ASE bugfix - light source sections are handled correctly now, unknown subchunks, too. 17 лет назад
ASEParser.h cae8563764 ASE bugfix - light source sections are handled correctly now, unknown subchunks, too. 17 лет назад
Assimp.cpp 96f2b0b536 Removed AI_C_THREADSAFE flag - there are unknown compiler errors in the x64 build. 17 лет назад
BaseImporter.cpp 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 17 лет назад
BaseImporter.h f13edd8acf Fixes from Andrew Galante for build with gcc4. LWOB materials finished, some research for LWO2. Unit tests are working again. Added makefile and project workspace for xcode3 (from Andrew, too). 17 лет назад
BaseProcess.cpp 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 17 лет назад
BaseProcess.h f13edd8acf Fixes from Andrew Galante for build with gcc4. LWOB materials finished, some research for LWO2. Unit tests are working again. Added makefile and project workspace for xcode3 (from Andrew, too). 17 лет назад
ByteSwap.h 51bfc46c1d Fix linux build 17 лет назад
CalcTangentsProcess.cpp ad4cc033d8 GenVertexNormal bugfix. Angle limit wasn't correct. 17 лет назад
CalcTangentsProcess.h ad4cc033d8 GenVertexNormal bugfix. Angle limit wasn't correct. 17 лет назад
ConvertToLHProcess.cpp 69ed883ae0 ase/ask loader is quite stable now, loads most models correctly 17 лет назад
ConvertToLHProcess.h 69ed883ae0 ase/ask loader is quite stable now, loads most models correctly 17 лет назад
DXFLoader.cpp f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 лет назад
DXFLoader.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 лет назад
DefaultIOStream.cpp b422d4e303 Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step. 17 лет назад
DefaultIOStream.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 лет назад
DefaultIOSystem.cpp b422d4e303 Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step. 17 лет назад
DefaultIOSystem.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 лет назад
DefaultLogger.cpp 676124e6e6 LWO update. ASE cleanup. 17 лет назад
FileLogStream.h 71fa1b508e - corrected all local include paths so that there are no "additional include paths" necessary in the build configuration anymore 17 лет назад
FixNormalsStep.cpp 4e59426e09 Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 17 лет назад
FixNormalsStep.h 4e59426e09 Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 17 лет назад
GenFaceNormalsProcess.cpp ad4cc033d8 GenVertexNormal bugfix. Angle limit wasn't correct. 17 лет назад
GenFaceNormalsProcess.h c1b6f29854 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 17 лет назад
GenVertexNormalsProcess.cpp f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 лет назад
GenVertexNormalsProcess.h ad4cc033d8 GenVertexNormal bugfix. Angle limit wasn't correct. 17 лет назад
GenericProperty.h 38d04b6796 MD5 bugfix. 17 лет назад
HMPFileData.h 4e59426e09 Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 17 лет назад
HMPLoader.cpp 2f36cc5f5f Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 17 лет назад
HMPLoader.h 51bfc46c1d Fix linux build 17 лет назад
HalfLifeFileData.h 51bfc46c1d Fix linux build 17 лет назад
Hash.h 38d04b6796 MD5 bugfix. 17 лет назад
IFF.h 42ef23e745 WIP version of a LWO file loader. Not working yet. 17 лет назад
Importer.cpp f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 лет назад
ImproveCacheLocality.cpp 2f36cc5f5f Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 17 лет назад
ImproveCacheLocality.h 8aa56a62c2 Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 17 лет назад
JoinVerticesProcess.cpp 8aa56a62c2 Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 17 лет назад
JoinVerticesProcess.h 38d04b6796 MD5 bugfix. 17 лет назад
KillNormalsProcess.cpp 70f155e515 MakeVerbose moved to subdirectory 17 лет назад
KillNormalsProcess.h 51bfc46c1d Fix linux build 17 лет назад
LWOBLoader.cpp af18307f95 Next WIP version of the LWO loader. LWO2 is still unfinished and crashes every time. 17 лет назад
LWOFileData.h 96f2b0b536 Removed AI_C_THREADSAFE flag - there are unknown compiler errors in the x64 build. 17 лет назад
LWOLoader.cpp 96f2b0b536 Removed AI_C_THREADSAFE flag - there are unknown compiler errors in the x64 build. 17 лет назад
LWOLoader.h 96f2b0b536 Removed AI_C_THREADSAFE flag - there are unknown compiler errors in the x64 build. 17 лет назад
LWOMaterial.cpp 96f2b0b536 Removed AI_C_THREADSAFE flag - there are unknown compiler errors in the x64 build. 17 лет назад
LimitBoneWeightsProcess.cpp 38d04b6796 MD5 bugfix. 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 51bfc46c1d Fix linux build 17 лет назад
MD2Loader.cpp 38d04b6796 MD5 bugfix. 17 лет назад
MD2Loader.h c88ae2a0be Definitios for MDC and MDR added; MD2 loader is ready for BigEndian now, MD3 too. MD2 and MD3 keyframe option added, not yet implemented for MD3. 17 лет назад
MD2NormalTable.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 лет назад
MD3FileData.h 51bfc46c1d Fix linux build 17 лет назад
MD3Loader.cpp 38d04b6796 MD5 bugfix. 17 лет назад
MD3Loader.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 лет назад
MD5Loader.cpp 38d04b6796 MD5 bugfix. 17 лет назад
MD5Loader.h 2f36cc5f5f Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 17 лет назад
MD5Parser.cpp 2f36cc5f5f Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 17 лет назад
MD5Parser.h 2f36cc5f5f Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 17 лет назад
MDCFileData.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 лет назад
MDCLoader.cpp 38d04b6796 MD5 bugfix. 17 лет назад
MDCLoader.h 51bfc46c1d Fix linux build 17 лет назад
MDCNormalTable.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 лет назад
MDLDefaultColorMap.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 лет назад
MDLFileData.h 51bfc46c1d Fix linux build 17 лет назад
MDLLoader.cpp 38d04b6796 MD5 bugfix. 17 лет назад
MDLLoader.h 38d04b6796 MD5 bugfix. 17 лет назад
MDLMaterialLoader.cpp 38d04b6796 MD5 bugfix. 17 лет назад
MDRFileData.h c88ae2a0be Definitios for MDC and MDR added; MD2 loader is ready for BigEndian now, MD3 too. MD2 and MD3 keyframe option added, not yet implemented for MD3. 17 лет назад
MaterialSystem.cpp 38d04b6796 MD5 bugfix. 17 лет назад
MaterialSystem.h 2f36cc5f5f Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 17 лет назад
NFFLoader.cpp 1a55e7e8f1 NFF spheres are working now. 17 лет назад
NFFLoader.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 лет назад
ObjFileData.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 лет назад
ObjFileImporter.cpp d4d9d016d1 BUGFIX: Correct handling of not stored texture coordinates 17 лет назад
ObjFileImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 лет назад
ObjFileMtlImporter.cpp fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 лет назад
ObjFileMtlImporter.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 лет назад
ObjFileParser.cpp d4d9d016d1 BUGFIX: Correct handling of not stored texture coordinates 17 лет назад
ObjFileParser.h fa8edfe207 - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 17 лет назад
ObjTools.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 лет назад
OptimizeGraphProcess.cpp 38d04b6796 MD5 bugfix. 17 лет назад
OptimizeGraphProcess.h 38d04b6796 MD5 bugfix. 17 лет назад
ParsingUtils.h fc8a8b54f9 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 17 лет назад
PlyLoader.cpp 38d04b6796 MD5 bugfix. 17 лет назад
PlyLoader.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 лет назад
PlyParser.cpp fc8a8b54f9 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 17 лет назад
PlyParser.h 51bfc46c1d Fix linux build 17 лет назад
PretransformVertices.cpp 38d04b6796 MD5 bugfix. 17 лет назад
PretransformVertices.h c1b6f29854 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 17 лет назад
RemoveComments.cpp e8511e89ff Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors. 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 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 лет назад
RemoveRedundantMaterials.h 51bfc46c1d Fix linux build 17 лет назад
SGSpatialSort.cpp 38d04b6796 MD5 bugfix. 17 лет назад
SGSpatialSort.h 38d04b6796 MD5 bugfix. 17 лет назад
SMDLoader.cpp 56563016b0 Added DXF implementation. No support for polymeshes yes, just 3DFACE elements are implemented. 17 лет назад
SMDLoader.h 51bfc46c1d Fix linux build 17 лет назад
STLLoader.cpp f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 лет назад
STLLoader.h f69446937b Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 17 лет назад
SmoothingGroups.h 38d04b6796 MD5 bugfix. 17 лет назад
SmoothingGroups.inl af18307f95 Next WIP version of the LWO loader. LWO2 is still unfinished and crashes every time. 17 лет назад
SpatialSort.cpp 66e69ef6b2 Fixes for 64 bit builds 17 лет назад
SpatialSort.h 51bfc46c1d Fix linux build 17 лет назад
SplitLargeMeshes.cpp 38d04b6796 MD5 bugfix. 17 лет назад
SplitLargeMeshes.h f13edd8acf Fixes from Andrew Galante for build with gcc4. LWOB materials finished, some research for LWO2. Unit tests are working again. Added makefile and project workspace for xcode3 (from Andrew, too). 17 лет назад
StandardShapes.cpp 1a55e7e8f1 NFF spheres are working now. 17 лет назад
StandardShapes.h 1a55e7e8f1 NFF spheres are working now. 17 лет назад
StringComparison.h 0148d06678 LWOB loader nearly finished, LWO2 is WIP (many hours with the hex editor to come ...). Added test models for LWOB. Cleaned up the 3DS loader, overloaded ASSIMP_stricmp for std::string. 17 лет назад
TextureTransform.cpp b422d4e303 Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step. 17 лет назад
TextureTransform.h 51bfc46c1d Fix linux build 17 лет назад
TriangulateProcess.cpp e8511e89ff Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors. 17 лет назад
TriangulateProcess.h c1b6f29854 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 17 лет назад
ValidateDataStructure.cpp f13edd8acf Fixes from Andrew Galante for build with gcc4. LWOB materials finished, some research for LWO2. Unit tests are working again. Added makefile and project workspace for xcode3 (from Andrew, too). 17 лет назад
ValidateDataStructure.h c1b6f29854 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 17 лет назад
VertexTriangleAdjacency.cpp e8511e89ff Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors. 17 лет назад
VertexTriangleAdjacency.h c1b6f29854 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 17 лет назад
Win32DebugLogStream.h 71fa1b508e - corrected all local include paths so that there are no "additional include paths" necessary in the build configuration anymore 17 лет назад
XFileHelper.h b17a5e3b69 - Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import 17 лет назад
XFileImporter.cpp b17a5e3b69 - Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import 17 лет назад
XFileImporter.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 лет назад
XFileParser.cpp b17a5e3b69 - Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import 17 лет назад
XFileParser.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 лет назад
aiAssert.cpp cefecc1fe7 Added Importer::RegisterLoader() and Importer::UnregisterLoader(). 17 лет назад
fast_atof.h 56563016b0 Added DXF implementation. No support for polymeshes yes, just 3DFACE elements are implemented. 17 лет назад
makefile f13edd8acf Fixes from Andrew Galante for build with gcc4. LWOB materials finished, some research for LWO2. Unit tests are working again. Added makefile and project workspace for xcode3 (from Andrew, too). 17 лет назад
qnan.h b422d4e303 Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step. 17 лет назад