Skip to content

Commit 03c2cb5

Browse files
bhoustonmrdoob
authored andcommitted
remove hdrPisa images and update webgl_tonemapping to use the pisaHDR images instead. (mrdoob#9140)
1 parent 93c9354 commit 03c2cb5

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

examples/textures/cube/hdrPisa/nx.hdr

-220 KB
Binary file not shown.

examples/textures/cube/hdrPisa/ny.hdr

-194 KB
Binary file not shown.

examples/textures/cube/hdrPisa/nz.hdr

-226 KB
Binary file not shown.

examples/textures/cube/hdrPisa/px.hdr

-220 KB
Binary file not shown.

examples/textures/cube/hdrPisa/py.hdr

-205 KB
Binary file not shown.

examples/textures/cube/hdrPisa/pz.hdr

-225 KB
Binary file not shown.

examples/webgl_tonemapping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
scene.add( mesh );
161161

162162
// Materials
163-
var hdrpath = "../examples/textures/cube/hdrPisa/";
163+
var hdrpath = "../examples/textures/cube/pisaHDR/";
164164
var hdrformat = '.hdr';
165165
var hdrurls = [
166166
hdrpath + 'px' + hdrformat, hdrpath + 'nx' + hdrformat,

0 commit comments

Comments
 (0)