WestLangley 5 years ago
parent
commit
65c091846a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/webgl_materials_envmaps_parallax.html

+ 0 - 1
examples/webgl_materials_envmaps_parallax.html

@@ -313,7 +313,6 @@
 					//these parameters are for the cubeCamera texture
 					shader.uniforms.cubeMapSize = { value: new THREE.Vector3( 200, 200, 100 ) };
 					shader.uniforms.cubeMapPos = { value: new THREE.Vector3( 0, - 50, 0 ) };
-					shader.uniforms.flipEnvMap.value = true;
 
 					//replace shader chunks with box projection chunks
 					shader.vertexShader = 'varying vec3 vWorldPosition;\n' + shader.vertexShader;