Add draw distance enhancements for actors and scene geometry (#539)

This commit is contained in:
Garrett Cox
2024-06-02 23:15:33 -05:00
committed by GitHub
parent 2d8bc175fe
commit f8f00e6d9b
4 changed files with 101 additions and 4 deletions
+1
View File
@@ -391,6 +391,7 @@
* G_EXTRAGEOMETRY flags: set extra custom geometry modes
*/
#define G_EX_INVERT_CULLING 0x00000001
#define G_EX_ALWAYS_EXECUTE_BRANCH 0x00000002
/* Need these defined for Sprite Microcode */
#ifdef _LANGUAGE_ASSEMBLY