Skip to content

Commit

Permalink
fixing comment again
Browse files Browse the repository at this point in the history
  • Loading branch information
sneha-belkhale committed Apr 14, 2019
1 parent b5d6025 commit c4ff20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_materials_envmaps_parallax.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c4ff20e

Please sign in to comment.