1
0
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:
scrawl 2018-04-14 19:53:20 +00:00
commit fc72483ddf
No known key found for this signature in database
GPG Key ID: 2E6CC3676024C402
4 changed files with 8 additions and 8 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;