added USE_FRUSTRATIO2 define

This commit is contained in:
thecozies
2023-09-22 13:16:34 -05:00
parent f29fe44135
commit ff953bea63
4 changed files with 21 additions and 0 deletions

View File

@@ -155,3 +155,10 @@
* Makes use of the tex edge render mode to deliver smooth transition textures
*/
// #define SHARP_TRANSITION_TEXTURES
/**
* Uses frustratio of 2 instead of 1.
* Can improve performance in some circumstances, though it can also cause large tris to warp if cut off from the camera.
* Only use this if you can test the difference of your hack with and without this change on console.
*/
// #define USE_FRUSTRATIO2