mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Make shading of CAOs optional (#10033)
This commit is contained in:
parent
0a1181f763
commit
3a6dfda358
10 changed files with 47 additions and 7 deletions
|
@ -61,6 +61,7 @@ struct ObjectProperties
|
|||
float eye_height = 1.625f;
|
||||
float zoom_fov = 0.0f;
|
||||
bool use_texture_alpha = false;
|
||||
bool shaded = true;
|
||||
|
||||
ObjectProperties();
|
||||
std::string dump();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue