瀏覽代碼

fixing comment again

Sneha Belkhale 6 年之前
父節點
當前提交
c4ff20ef95
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;