add block 'ambient-occlusion' property

This commit is contained in:
MihailRis
2024-07-27 18:37:18 +03:00
parent f485ba5e54
commit 71e20ff805
10 changed files with 149 additions and 53 deletions
+3
View File
@@ -136,6 +136,9 @@ public:
/// @brief Does block model have shading
bool shadeless = false;
/// @brief Does block model have vertex-based AO effect
bool ambientOcclusion = true;
/// @brief Is the block a physical obstacle
bool obstacle = true;