aramis_acg cefecc1fe7 Added Importer::RegisterLoader() and Importer::UnregisterLoader(). 17 tahun lalu
..
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 tahun lalu
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 tahun lalu
res 333f0c805e 17 tahun lalu
3DSConverter.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 tahun lalu
3DSGenNormals.cpp 63596e22c5 Fixed orientation of MD2, MD3 and 3DS models. 17 tahun lalu
3DSHelper.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 tahun lalu
3DSLoader.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 tahun lalu
3DSLoader.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 tahun lalu
3DSSpatialSort.cpp 66e69ef6b2 Fixes for 64 bit builds 17 tahun lalu
3DSSpatialSort.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 tahun lalu
ASELoader.cpp 9bc8e8701f Update to the LWO loader. Still WIP. 17 tahun lalu
ASELoader.h 9bc8e8701f Update to the LWO loader. Still WIP. 17 tahun lalu
ASEParser.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 tahun lalu
ASEParser.h 8aa56a62c2 Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 17 tahun lalu
Assimp.cpp 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 17 tahun lalu
BaseImporter.cpp 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 17 tahun lalu
BaseImporter.h 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 17 tahun lalu
BaseProcess.cpp 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 17 tahun lalu
BaseProcess.h 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 17 tahun lalu
ByteSwap.h 42ef23e745 WIP version of a LWO file loader. Not working yet. 17 tahun lalu
CalcTangentsProcess.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 tahun lalu
CalcTangentsProcess.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 tahun lalu
ConvertToLHProcess.cpp 69ed883ae0 ase/ask loader is quite stable now, loads most models correctly 17 tahun lalu
ConvertToLHProcess.h 69ed883ae0 ase/ask loader is quite stable now, loads most models correctly 17 tahun lalu
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 tahun lalu
DefaultIOStream.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 tahun lalu
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 tahun lalu
DefaultIOSystem.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 tahun lalu
DefaultLogger.cpp ffd6898b6d Bugfix: missing return in logger::attachStream() 17 tahun lalu
FileLogStream.h 71fa1b508e - corrected all local include paths so that there are no "additional include paths" necessary in the build configuration anymore 17 tahun lalu
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 tahun lalu
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 tahun lalu
GenFaceNormalsProcess.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 tahun lalu
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 tahun lalu
GenVertexNormalsProcess.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 tahun lalu
GenVertexNormalsProcess.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 tahun lalu
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 tahun lalu
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 tahun lalu
HMPLoader.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 tahun lalu
HalfLifeFileData.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 tahun lalu
Hash.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 tahun lalu
IFF.h 42ef23e745 WIP version of a LWO file loader. Not working yet. 17 tahun lalu
Importer.cpp cefecc1fe7 Added Importer::RegisterLoader() and Importer::UnregisterLoader(). 17 tahun lalu
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 tahun lalu
ImproveCacheLocality.h 8aa56a62c2 Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 17 tahun lalu
JoinVerticesProcess.cpp 8aa56a62c2 Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 17 tahun lalu
JoinVerticesProcess.h 8aa56a62c2 Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 17 tahun lalu
KillNormalsProcess.cpp 70f155e515 MakeVerbose moved to subdirectory 17 tahun lalu
KillNormalsProcess.h c1b6f29854 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 17 tahun lalu
LWOFileData.h 42ef23e745 WIP version of a LWO file loader. Not working yet. 17 tahun lalu
LWOLoader.cpp 9bc8e8701f Update to the LWO loader. Still WIP. 17 tahun lalu
LWOLoader.h 9bc8e8701f Update to the LWO loader. Still WIP. 17 tahun lalu
LimitBoneWeightsProcess.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 tahun lalu
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 tahun lalu
MD2FileData.h 2c53c839f4 17 tahun lalu
MD2Loader.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 tahun lalu
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 tahun lalu
MD2NormalTable.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 tahun lalu
MD3FileData.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 tahun lalu
MD3Loader.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 tahun lalu
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 tahun lalu
MD5Loader.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 tahun lalu
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 tahun lalu
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 tahun lalu
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 tahun lalu
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 tahun lalu
MDCLoader.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 tahun lalu
MDCLoader.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 tahun lalu
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 tahun lalu
MDLDefaultColorMap.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 tahun lalu
MDLFileData.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 tahun lalu
MDLLoader.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 tahun lalu
MDLLoader.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 tahun lalu
MDLMaterialLoader.cpp c3a776ec96 Fixed typo in MDLMaterialLoader.cpp. 17 tahun lalu
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 tahun lalu
MaterialSystem.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 tahun lalu
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 tahun lalu
ObjFileData.h 0e125c2255 CHANGE: Prototype for correct material loading, now the meshes have correct references to the used material. 17 tahun lalu
ObjFileImporter.cpp 0e125c2255 CHANGE: Prototype for correct material loading, now the meshes have correct references to the used material. 17 tahun lalu
ObjFileImporter.h 0e125c2255 CHANGE: Prototype for correct material loading, now the meshes have correct references to the used material. 17 tahun lalu
ObjFileMtlImporter.cpp a3d2ff5f26 CHANGE: Bugfixes for ObjFile material import 17 tahun lalu
ObjFileMtlImporter.h a3d2ff5f26 CHANGE: Bugfixes for ObjFile material import 17 tahun lalu
ObjFileParser.cpp 600cd7a8f0 BUGFIX: Correct handling of default material usage (referenced, when given material was not found or no material library was specified). 17 tahun lalu
ObjFileParser.h 600cd7a8f0 BUGFIX: Correct handling of default material usage (referenced, when given material was not found or no material library was specified). 17 tahun lalu
ObjTools.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 tahun lalu
ParsingUtils.h fc8a8b54f9 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 17 tahun lalu
PlyLoader.cpp b4c826b904 Minor bugfix to the PLY loader 17 tahun lalu
PlyLoader.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 tahun lalu
PlyParser.cpp fc8a8b54f9 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 17 tahun lalu
PlyParser.h fc8a8b54f9 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 17 tahun lalu
PretransformVertices.cpp 66e69ef6b2 Fixes for 64 bit builds 17 tahun lalu
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 tahun lalu
RemoveComments.cpp e8511e89ff Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors. 17 tahun lalu
RemoveComments.h c1b6f29854 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 17 tahun lalu
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 tahun lalu
RemoveRedundantMaterials.h 8aa56a62c2 Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 17 tahun lalu
SMDLoader.cpp 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 17 tahun lalu
SMDLoader.h 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 17 tahun lalu
STLLoader.cpp 42ef23e745 WIP version of a LWO file loader. Not working yet. 17 tahun lalu
STLLoader.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 tahun lalu
SpatialSort.cpp 66e69ef6b2 Fixes for 64 bit builds 17 tahun lalu
SpatialSort.h c1b6f29854 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 17 tahun lalu
SplitLargeMeshes.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 tahun lalu
SplitLargeMeshes.h 6fe8c867e8 Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 17 tahun lalu
StringComparison.h 758e092449 Added validation step, added helper macro AI_BUILD_KEY to the material system. 17 tahun lalu
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 tahun lalu
TextureTransform.h c1b6f29854 Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 17 tahun lalu
TriangulateProcess.cpp e8511e89ff Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors. 17 tahun lalu
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 tahun lalu
ValidateDataStructure.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 tahun lalu
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 tahun lalu
VertexTriangleAdjacency.cpp e8511e89ff Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors. 17 tahun lalu
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 tahun lalu
Win32DebugLogStream.h 71fa1b508e - corrected all local include paths so that there are no "additional include paths" necessary in the build configuration anymore 17 tahun lalu
XFileHelper.h b17a5e3b69 - Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import 17 tahun lalu
XFileImporter.cpp b17a5e3b69 - Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import 17 tahun lalu
XFileImporter.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 tahun lalu
XFileParser.cpp b17a5e3b69 - Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import 17 tahun lalu
XFileParser.h 8c002e6998 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 17 tahun lalu
aiAssert.cpp cefecc1fe7 Added Importer::RegisterLoader() and Importer::UnregisterLoader(). 17 tahun lalu
fast_atof.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 tahun lalu
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 tahun lalu