#include <mesh_generator_thread.h>
Public Member Functions | |
| MeshUpdateResult ()=default | |
Public Attributes | |
| v3s16 | p = v3s16(-1338, -1338, -1338) |
| std::unique_ptr< MapBlockMesh > | mesh |
| u8 | solid_sides |
| std::vector< v3s16 > | ack_list |
| bool | urgent = false |
| std::vector< MapBlock * > | map_blocks |
|
default |
| std::vector<v3s16> MeshUpdateResult::ack_list |
Referenced by MeshUpdateWorkerThread::doUpdate().
| std::vector<MapBlock*> MeshUpdateResult::map_blocks |
Referenced by MeshUpdateWorkerThread::doUpdate().
| std::unique_ptr<MapBlockMesh> MeshUpdateResult::mesh |
Referenced by MeshUpdateWorkerThread::doUpdate().
Referenced by MeshUpdateWorkerThread::doUpdate().
| u8 MeshUpdateResult::solid_sides |
Referenced by MeshUpdateWorkerThread::doUpdate().
| bool MeshUpdateResult::urgent = false |
Referenced by MeshUpdateWorkerThread::doUpdate().