change initial camera position, again
This commit is contained in:
parent
0ec890f026
commit
7f3e1da3b9
|
@ -31,8 +31,8 @@ let interpolateLookAt = 0;
|
|||
let displayMatricesVirtually = true;
|
||||
let virtualRealInterpolation = 1;
|
||||
|
||||
let cameraPitch = 0.575;
|
||||
let cameraYaw = 1.525;
|
||||
let cameraPitch = 0.565;
|
||||
let cameraYaw = 0.375;
|
||||
let cameraDistance = 4;
|
||||
|
||||
let mouseDragging = false;
|
||||
|
|
Loading…
Reference in New Issue