EvilEngine/JSP: Difference between revisions

→‎Version 3 (BFBB): Add visible flag and correct z-write and culling flags
(→‎Version 3 (BFBB): Add visible flag and correct z-write and culling flags)
 
Line 158:
|-
| 0x04 || s32 || '''nodeFlags''' || Used to toggle various rendering states:
* 0x1 - Visible (unused)
* 0x2 - Toggle Z-Buffer write on/off. Starting state is on.
* 0x2 - Disable z-buffer write
* 0x4 - Toggle Cull Mode between Front/Back face. Starting state is Back.
* 0x4 - Disable back-face culling
|}