mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
Merge pull request #1673
This commit is contained in:
commit
fc72483ddf
@ -47,9 +47,9 @@ varying float depth;
|
||||
#define PER_PIXEL_LIGHTING (@normalMap || @forcePPL)
|
||||
|
||||
#if !PER_PIXEL_LIGHTING
|
||||
varying vec4 lighting;
|
||||
centroid varying vec4 lighting;
|
||||
#else
|
||||
varying vec4 passColor;
|
||||
centroid varying vec4 passColor;
|
||||
#endif
|
||||
varying vec3 passViewPos;
|
||||
varying vec3 passNormal;
|
||||
|
@ -38,9 +38,9 @@ varying float depth;
|
||||
#define PER_PIXEL_LIGHTING (@normalMap || @forcePPL)
|
||||
|
||||
#if !PER_PIXEL_LIGHTING
|
||||
varying vec4 lighting;
|
||||
centroid varying vec4 lighting;
|
||||
#else
|
||||
varying vec4 passColor;
|
||||
centroid varying vec4 passColor;
|
||||
#endif
|
||||
varying vec3 passViewPos;
|
||||
varying vec3 passNormal;
|
||||
|
@ -17,9 +17,9 @@ varying float depth;
|
||||
#define PER_PIXEL_LIGHTING (@normalMap || @forcePPL)
|
||||
|
||||
#if !PER_PIXEL_LIGHTING
|
||||
varying vec4 lighting;
|
||||
centroid varying vec4 lighting;
|
||||
#else
|
||||
varying vec4 passColor;
|
||||
centroid varying vec4 passColor;
|
||||
#endif
|
||||
varying vec3 passViewPos;
|
||||
varying vec3 passNormal;
|
||||
|
@ -6,9 +6,9 @@ varying float depth;
|
||||
#define PER_PIXEL_LIGHTING (@normalMap || @forcePPL)
|
||||
|
||||
#if !PER_PIXEL_LIGHTING
|
||||
varying vec4 lighting;
|
||||
centroid varying vec4 lighting;
|
||||
#else
|
||||
varying vec4 passColor;
|
||||
centroid varying vec4 passColor;
|
||||
#endif
|
||||
varying vec3 passViewPos;
|
||||
varying vec3 passNormal;
|
||||
|
Loading…
Reference in New Issue
Block a user