Просмотр исходного кода

3D Texture example Minor Clean up

Takahiro 7 лет назад
Родитель
Сommit
ae86d18658
1 измененных файлов с 1 добавлено и 1 удалено
  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(),

粤ICP备19079148号