Explorar el Código

Merge pull request #12570 from vlucendo/dev

remove unused uniform
Mr.doob hace 8 años
padre
commit
6a4cb8e732
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      examples/js/objects/Water.js

+ 0 - 1
examples/js/objects/Water.js

@@ -75,7 +75,6 @@ THREE.Water = function ( width, height, options ) {
 				time: { value: 0.0 },
 				size: { value: 1.0 },
 				distortionScale: { value: 20.0 },
-				noiseScale: { value: 1.0 },
 				textureMatrix: { value: new THREE.Matrix4() },
 				sunColor: { value: new THREE.Color( 0x7F7F7F ) },
 				sunDirection: { value: new THREE.Vector3( 0.70707, 0.70707, 0 ) },

粤ICP备19079148号