EverWrath/src/tools/mesh_extractor
2020-11-18 09:49:56 +07:00
..
ADT.cpp refactor(Core/Tools): remove ACE from tools (#3351) 2020-09-07 14:01:28 +02:00
ADT.h chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
Cache.h refactor(Core/Tools): remove ACE from tools (#3351) 2020-09-07 14:01:28 +02:00
Chunk.cpp chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
Chunk.h chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
ChunkedData.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
ChunkedData.h refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
CMakeLists.txt feat(Core/Library): Rename shared library to common (#1675) 2019-04-04 16:47:17 +07:00
Constants.h chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
ContinentBuilder.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
ContinentBuilder.h refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
DBC.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
DBC.h chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
DoodadHandler.cpp refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
DoodadHandler.h refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
Geometry.cpp refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
Geometry.h refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
LiquidHandler.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
LiquidHandler.h refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
MapChunk.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
MapChunk.h refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
MeshExtractor.cpp refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
Model.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
Model.h refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
MPQ.cpp refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
MPQ.h refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
MPQManager.cpp refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
MPQManager.h refactor(Core/Tools): remove ACE from tools (#3351) 2020-09-07 14:01:28 +02:00
ObjectDataHandler.cpp chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
ObjectDataHandler.h chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
readme Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
TileBuilder.cpp refactor(Tools): restyle tools with astyle (#3465) 2020-10-06 11:31:28 +02:00
TileBuilder.h chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
Utils.cpp refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
Utils.h refactor(Core/Tools): remove ACE from tools (#3351) 2020-09-07 14:01:28 +02:00
WDT.cpp refactor(Core/Tools): remove ACE from tools (#3351) 2020-09-07 14:01:28 +02:00
WDT.h chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
WorldModelGroup.cpp refactor(Core/Tools): remove ACE from tools (#3351) 2020-09-07 14:01:28 +02:00
WorldModelGroup.h refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
WorldModelHandler.cpp refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
WorldModelHandler.h refactor(Tools): restyle tools with astyle (#3705) 2020-11-18 09:49:56 +07:00
WorldModelRoot.cpp chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00
WorldModelRoot.h chore: Update copyright note (#1292) 2019-01-16 15:59:02 +01:00

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