EverWrath/src/tools/mesh_extractor
2017-12-21 11:26:43 +01:00
..
ADT.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
ADT.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
Cache.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
Chunk.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
Chunk.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
ChunkedData.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
ChunkedData.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
CMakeLists.txt fixed cmake 2017-12-21 00:48:33 +01:00
Constants.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
ContinentBuilder.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
ContinentBuilder.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
DBC.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
DBC.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
DoodadHandler.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
DoodadHandler.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
Geometry.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
Geometry.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
LiquidHandler.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
LiquidHandler.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
MapChunk.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
MapChunk.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
MeshExtractor.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
Model.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
Model.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
MPQ.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
MPQ.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
MPQManager.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
MPQManager.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
ObjectDataHandler.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
ObjectDataHandler.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
readme Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
TileBuilder.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
TileBuilder.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
Utils.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
Utils.h Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk into dir-restructure 2017-12-21 11:26:43 +01:00
WDT.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
WDT.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
WorldModelGroup.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
WorldModelGroup.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
WorldModelHandler.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
WorldModelHandler.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
WorldModelRoot.cpp Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
WorldModelRoot.h Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00

Experimental mesh extractor.
Original work in C# by stschake
Thanks to:
Subv
~
For helping in the porting to C++