changed world curvature to be exclusive rather than inclusive

This commit is contained in:
Valerie Wolfe 2024-04-15 17:20:57 -04:00
parent 87b0493935
commit 322eaacb25
7 changed files with 6 additions and 3 deletions

View file

@ -29,7 +29,7 @@ void main() {
texture_warp();
#endif
#ifdef WORLD
#ifndef NON_WORLD
#include "/module/world.vert"
#endif
}

View file

@ -1,2 +1,2 @@
#define WORLD
#define NON_WORLD
#include "/gbuffers_basic.vsh"

View file

@ -1,2 +1,2 @@
#define WORLD
#define NON_WORLD
#include "/gbuffers_basic.vsh"

View file

@ -0,0 +1 @@
#include "/gbuffers_basic.fsh"

View file

@ -0,0 +1,2 @@
#define NON_WORLD
#include "/gbuffers_basic.vsh"