Properly size environment probe in example scene
This commit is contained in:
parent
03c0f3100a
commit
a773efdc35
1 changed files with 1 additions and 1 deletions
|
@ -55,5 +55,5 @@ void ExampleApp::initialize_render() {
|
|||
}
|
||||
|
||||
auto probe_obj = scene->add_object();
|
||||
scene->add<EnvironmentProbe>(probe_obj).is_sized = false;
|
||||
scene->add<EnvironmentProbe>(probe_obj).size = {80, 30, 25};
|
||||
}
|
Reference in a new issue