Explorar o código

Examples: Changed webgl_tonemapping envMap.

Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
58f5a2fd75
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_tonemapping.html

+ 1 - 1
examples/webgl_tonemapping.html

@@ -78,7 +78,7 @@
 				new RGBELoader()
 					.setDataType( THREE.UnsignedByteType )
 					.setPath( 'textures/equirectangular/' )
-					.load( 'royal_esplanade_1k.hdr', function ( texture ) {
+					.load( 'venice_sunset_1k.hdr', function ( texture ) {
 
 						var envMap = pmremGenerator.fromEquirectangular( texture ).texture;