clouds are now excluded from texture warping
This commit is contained in:
parent
1fa7b2589b
commit
4b2043d657
2 changed files with 5 additions and 2 deletions
|
@ -24,9 +24,11 @@ void main() {
|
|||
gl_Position = ftransform();
|
||||
#endif
|
||||
|
||||
#ifndef NO_TWARP
|
||||
#ifdef tWarp
|
||||
texture_warp();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef NON_WORLD
|
||||
#if worldCurvature > 0
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#define NO_TWARP
|
||||
#define NON_WORLD
|
||||
#include "/gbuffers_basic.vsh"
|
||||
|
|
Loading…
Reference in a new issue