Fix urban shader, broken by 9e8735c64996614174d2d86526f258f44bacd7c4
This commit is contained in:
parent
69b78f91dd
commit
d722d98164
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ varying vec4 ecPosition;
|
|||
varying vec3 VNormal;
|
||||
varying vec3 Normal;
|
||||
varying vec3 VTangent;
|
||||
//varying vec3 VBinormal;
|
||||
varying vec3 VBinormal;
|
||||
varying vec4 constantColor;
|
||||
|
||||
attribute vec3 tangent;//, binormal;
|
||||
attribute vec3 tangent, binormal;
|
||||
|
||||
////fog "include"////////
|
||||
// uniform int fogType;
|
||||
|
|
Loading…
Reference in a new issue