diff options
author | BlockMen <nmuelll@web.de> | 2015-09-28 20:49:38 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2015-10-25 12:06:08 +0100 |
commit | 50ba7e114d0937061f988c9452904dd2456399b5 (patch) | |
tree | dab9054e22208e42841c29d3b38f3e1fe8134cda /doc | |
parent | 6907c3e40a16d491fd0f7b224ba30a58e0777a24 (diff) | |
download | minetest-50ba7e114d0937061f988c9452904dd2456399b5.tar.gz minetest-50ba7e114d0937061f988c9452904dd2456399b5.tar.bz2 minetest-50ba7e114d0937061f988c9452904dd2456399b5.zip |
Add option to disable backface culling for models
- Disabled by default (except players)
- Fixes #2984
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index e9d19ad27..5ad88b121 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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`) |