Skip to content

Commit f727cb3

Browse files
authored
Change material pbr example to ofCubeMapSettings. (#8438)
1 parent 86cef0b commit f727cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gl/materialPBRExample/src/ofApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ void ofApp::setup(){
1717
// comment out the loading of the cube map image to see added cube map lighting without image
1818
// fake environment lighting is added in the pbr shader
1919

20-
ofCubeMap::ofCubeMapSettings csettings;
20+
ofCubeMapSettings csettings;
2121
csettings.filePath = "modern_buildings_2_1k.hdr";
2222
// uncomment to load from a cache or make one if it doesn't exist
2323
// csettings.useCache = true;

0 commit comments

Comments
 (0)