mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +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
|
@ -3045,6 +3045,7 @@ Definition tables
|
|||
stepheight = 0,
|
||||
automatic_face_movement_dir = 0.0,
|
||||
-- ^ automatically set yaw to movement direction; offset in degrees; false to disable
|
||||
backface_culling = true, -- false to disable backface_culling for model
|
||||
}
|
||||
|
||||
### Entity definition (`register_entity`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue