Revert accidentally changing the path to file
This commit is contained in:
parent
55355ad68d
commit
8e14f3ccae
1 changed files with 1 additions and 1 deletions
2
ex2.cpp
2
ex2.cpp
|
@ -18,7 +18,7 @@
|
|||
int main() {
|
||||
// Let's create a simple cornell box scene...
|
||||
SimpleScene scene;
|
||||
scene.setEnvironmentMap(std::make_shared<Texture>("../data/lion_env.png"));
|
||||
scene.setEnvironmentMap(std::make_shared<Texture>("data/lion_env.png"));
|
||||
|
||||
auto mirror = std::make_shared<MirrorShader>();
|
||||
auto glass = std::make_shared<RefractionShader>(1.31f, 1.0f);
|
||||
|
|
Loading…
Reference in a new issue