Browse Source

fix issue with parameterName

gero3 10 years ago
parent
commit
f017384f1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/webgl/WebGLProgramCache.js

+ 1 - 1
src/renderers/webgl/WebGLProgramCache.js

@@ -15,7 +15,7 @@ THREE.WebGLProgramCache = function ( renderer1, gl, extensions ) {
 		PointCloudMaterial: 'particle_basic'
 		PointCloudMaterial: 'particle_basic'
 	};
 	};
 
 
-	var parameterNames = [ "	precision", "supportsVertexTextures", "map", "envMap", "envMapMode", "lightMap", "aoMap", "emissiveMap", "bumpMap", "normalMap", "specularMap", "alphaMap", "combine",
+	var parameterNames = [ "precision", "supportsVertexTextures", "map", "envMap", "envMapMode", "lightMap", "aoMap", "emissiveMap", "bumpMap", "normalMap", "specularMap", "alphaMap", "combine",
 	                        "vertexColors", "fog", "useFog", "fogExp", "flatShading", "sizeAttenuation", "logarithmicDepthBuffer", "skinning", "maxBones", "useVertexTexture", "morphTargets", "morphNormals",
 	                        "vertexColors", "fog", "useFog", "fogExp", "flatShading", "sizeAttenuation", "logarithmicDepthBuffer", "skinning", "maxBones", "useVertexTexture", "morphTargets", "morphNormals",
 	                        "maxMorphTargets", "maxMorphNormals", "maxDirLights", "maxPointLights", "maxSpotLights", "maxHemiLights", "maxShadows", "shadowMapEnabled", "shadowMapType", "shadowMapDebug",
 	                        "maxMorphTargets", "maxMorphNormals", "maxDirLights", "maxPointLights", "maxSpotLights", "maxHemiLights", "maxShadows", "shadowMapEnabled", "shadowMapType", "shadowMapDebug",
 	                        "alphaTest", "metal", "doubleSided", "flipSided" ];
 	                        "alphaTest", "metal", "doubleSided", "flipSided" ];