We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cef0b commit f727cb3Copy full SHA for f727cb3
examples/gl/materialPBRExample/src/ofApp.cpp
@@ -17,7 +17,7 @@ void ofApp::setup(){
17
// comment out the loading of the cube map image to see added cube map lighting without image
18
// fake environment lighting is added in the pbr shader
19
20
- ofCubeMap::ofCubeMapSettings csettings;
+ ofCubeMapSettings csettings;
21
csettings.filePath = "modern_buildings_2_1k.hdr";
22
// uncomment to load from a cache or make one if it doesn't exist
23
// csettings.useCache = true;
0 commit comments