changed world curvature to be exclusive rather than inclusive
This commit is contained in:
parent
dd9fb8f196
commit
780ba8df2a
7 changed files with 6 additions and 3 deletions
|
@ -29,7 +29,7 @@ void main() {
|
|||
texture_warp();
|
||||
#endif
|
||||
|
||||
#ifdef WORLD
|
||||
#ifndef NON_WORLD
|
||||
#include "/module/world.vert"
|
||||
#endif
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define WORLD
|
||||
#define NON_WORLD
|
||||
#include "/gbuffers_basic.vsh"
|
|
@ -1,2 +1,2 @@
|
|||
#define WORLD
|
||||
#define NON_WORLD
|
||||
#include "/gbuffers_basic.vsh"
|
1
shaders/gbuffers_skytextured.fsh
Normal file
1
shaders/gbuffers_skytextured.fsh
Normal file
|
@ -0,0 +1 @@
|
|||
#include "/gbuffers_basic.fsh"
|
2
shaders/gbuffers_skytextured.vsh
Normal file
2
shaders/gbuffers_skytextured.vsh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#define NON_WORLD
|
||||
#include "/gbuffers_basic.vsh"
|
Loading…
Reference in a new issue