mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
MeshMakeData: Explain members, and add grid size and minimap flag
This commit is contained in:
@@ -38,7 +38,8 @@ public:
|
||||
|
||||
MeshMakeData makeSingleNodeMMD(bool smooth_lighting = true)
|
||||
{
|
||||
MeshMakeData data{ndef(), 1};
|
||||
MeshMakeData data{ndef(), 1, MeshGrid{1}};
|
||||
data.m_generate_minimap = false;
|
||||
data.m_smooth_lighting = smooth_lighting;
|
||||
data.m_enable_water_reflections = false;
|
||||
data.m_blockpos = {0, 0, 0};
|
||||
|
Reference in New Issue
Block a user