浏览代码

remove hdrPisa images and update webgl_tonemapping to use the pisaHDR images instead. (#9140)

Ben Houston (Clara.io) 9 年之前
父节点
当前提交
03c2cb54cf

二进制
examples/textures/cube/hdrPisa/nx.hdr


二进制
examples/textures/cube/hdrPisa/ny.hdr


二进制
examples/textures/cube/hdrPisa/nz.hdr


二进制
examples/textures/cube/hdrPisa/px.hdr


二进制
examples/textures/cube/hdrPisa/py.hdr


二进制
examples/textures/cube/hdrPisa/pz.hdr


+ 1 - 1
examples/webgl_tonemapping.html

@@ -160,7 +160,7 @@
 				scene.add( mesh );
 				scene.add( mesh );
 
 
 				// Materials
 				// Materials
-				var hdrpath = "../examples/textures/cube/hdrPisa/";
+				var hdrpath = "../examples/textures/cube/pisaHDR/";
 				var hdrformat = '.hdr';
 				var hdrformat = '.hdr';
 				var hdrurls = [
 				var hdrurls = [
 					hdrpath + 'px' + hdrformat, hdrpath + 'nx' + hdrformat,
 					hdrpath + 'px' + hdrformat, hdrpath + 'nx' + hdrformat,