Change initial eye position to match the README
This commit is contained in:
parent
6c0b566bb1
commit
aaf4b37b67
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ bool use_bvh = true;
|
|||
|
||||
const Camera camera = [] {
|
||||
Camera camera;
|
||||
camera.look_at(glm::vec3(4), glm::vec3(0));
|
||||
camera.look_at(glm::vec3(0, 0, 3), glm::vec3(0));
|
||||
|
||||
return camera;
|
||||
}();
|
||||
|
|
Loading…
Add table
Reference in a new issue