1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Update mesh collector and move it to a separate file (#6904)

* Update MeshCollector

* Simplify MeshCollector
This commit is contained in:
Vitaliy 2018-03-22 22:59:49 +03:00 committed by Loïc Blot
parent 8986a9e605
commit 9fcc0c1217
8 changed files with 222 additions and 291 deletions

View file

@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "client/tile.h"
#include "mesh.h"
#include <IMeshManipulator.h>
#include "client/meshgen/collector.h"
#include "client/renderingengine.h"
#include "client.h"
#include "noise.h"