Browse Source

Update simple.vertex.fx

David Catuhe 9 years ago
parent
commit
c5f3df77c7
1 changed files with 1 additions and 7 deletions
  1. 1 7
      materialsLibrary/materials/simple/simple.vertex.fx

+ 1 - 7
materialsLibrary/materials/simple/simple.vertex.fx

@@ -39,12 +39,6 @@ uniform mat4 diffuseMatrix;
 uniform vec2 vDiffuseInfos;
 #endif
 
-#ifdef BUMP
-varying vec2 vBumpUV;
-uniform vec2 vBumpInfos;
-uniform mat4 bumpMatrix;
-#endif
-
 #ifdef BONES
 uniform mat4 mBones[BonesPerMesh];
 #endif
@@ -176,4 +170,4 @@ void main(void) {
 #ifdef POINTSIZE
 	gl_PointSize = pointSize;
 #endif
-}
+}