mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 07:40:26 +02:00
Mention in more places that ECFN_DISABLED disables zwrite as well
Easy to miss... git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6564 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@ -473,7 +473,7 @@ namespace video
|
||||
|
||||
//! Is the zbuffer writable or is it read-only. Default: EZW_AUTO.
|
||||
/** If this parameter is not EZW_OFF, you probably also want to set ZBuffer
|
||||
to values other than ECFN_DISABLED */
|
||||
to values other than ECFN_DISABLED (which disables the zbuffer completely) */
|
||||
E_ZWRITE ZWriteEnable:3;
|
||||
|
||||
//! Is backface culling enabled? Default: true
|
||||
|
Reference in New Issue
Block a user