mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Add option to disable backface culling for models
- Disabled by default (except players) - Fixes #2984
This commit is contained in:
parent
6907c3e40a
commit
50ba7e114d
5 changed files with 15 additions and 4 deletions
|
@ -47,6 +47,7 @@ struct ObjectProperties
|
|||
f32 stepheight;
|
||||
bool automatic_face_movement_dir;
|
||||
f32 automatic_face_movement_dir_offset;
|
||||
bool backface_culling;
|
||||
|
||||
|
||||
ObjectProperties();
|
||||
|
@ -56,4 +57,3 @@ struct ObjectProperties
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue