Make sphere white so it's more visible
This commit is contained in:
parent
aaf4b37b67
commit
f0713452fc
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ int main(int, char*[]) {
|
|||
if(ImGui::BeginMenu("File")) {
|
||||
if(ImGui::Button("Load Example Models")) {
|
||||
auto& sphere = scene.load_from_file("misc/sphere.obj");
|
||||
sphere.color = {0, 0, 0};
|
||||
sphere.color = {1, 1, 1};
|
||||
|
||||
auto& plane = scene.load_from_file("misc/plane.obj");
|
||||
plane.position.y = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue