Browse Source

3D Texture example Minor Clean up

Takahiro 6 years ago
parent
commit
ae86d18658
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_materials_texture_3d.html

+ 1 - 1
examples/webgl_materials_texture_3d.html

@@ -132,7 +132,7 @@
 					var material = new THREE.ShaderMaterial( {
 						uniforms: {
 							diffuse: { value: texture },
-							depth: { value: 0 },// 50 / 109 },
+							depth: { value: 0 },
 							size: { value: new THREE.Vector2( planeWidth, planeHeight ) }
 						},
 						vertexShader: document.getElementById( 'vs' ).textContent.trim(),