Skip to content

Commit

Permalink
Merge pull request #328 from Reonu/add-nozbuf-rendermode
Browse files Browse the repository at this point in the history
Add Opaque (No AA, No Zbuf) to cycle2 render mode list
  • Loading branch information
sauraen authored Apr 20, 2024
2 parents 92891ae + f177e8a commit 82bd85d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fast64_internal/f3d/f3d_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
("G_RM_ZB_CLD_SURF2", "Cloud (No AA)", "G_RM_ZB_CLD_SURF2"),
("G_RM_ZB_OVL_SURF2", "Overlay (No AA)", "G_RM_ZB_OVL_SURF2"),
("G_RM_AA_ZB_TEX_TERR2", "Terrain", "G_RM_AA_ZB_TEX_TERR2"),
("G_RM_OPA_SURF2", "Opaque (No AA, No ZBuf)", "G_RM_OPA_SURF2"),
]

enumTexFormat = [
Expand Down

0 comments on commit 82bd85d

Please sign in to comment.