EvilEngine/JSP: Difference between revisions

→‎Version 3 (BFBB): Add visible flag and correct z-write and culling flags
(Restructure and flags)
(→‎Version 3 (BFBB): Add visible flag and correct z-write and culling flags)
 
(One intermediate revision by one other user not shown)
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
|}
 
Line 338 ⟶ 339:
__rwMark mark; // type = 0xBEEF04
 
char idtag[4] = "JSP\0JSPX";
xBox bounds;
</source>
Line 349 ⟶ 350:
};
</source>
 
 
==Jason Hoerner's information on the custom JSP==