Skip to content

Commit f1b8709

Browse files
authored
change exr file to hdr for proper loading. (#8351)
1 parent cc177eb commit f1b8709

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

Binary file not shown.
Binary file not shown.

examples/graphics/floatingPointImageExample/src/ofApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void ofApp::setup(){
3030
//if you uncomment the appropriate line in main.cpp
3131

3232
img.setUseTexture(false);
33-
img.load("nyc-small.exr");
33+
img.load("nyc-small.hdr");
3434

3535
material.setShininess(120);
3636
material.setSpecularColor(ofColor(255, 255, 255, 255));

0 commit comments

Comments
 (0)