Sfoglia il codice sorgente

fixing comment again

Sneha Belkhale 6 anni fa
parent
commit
c4ff20ef95
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/webgl_materials_envmaps_parallax.html

+ 1 - 1
examples/webgl_materials_envmaps_parallax.html

@@ -356,7 +356,7 @@
 
 				boxProjectedMat.onBeforeCompile = function ( shader ) {
 
-					//these parameters are with respect to the cubeCamera texture
+					//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;