Zoom dice camera

This commit is contained in:
Mitchell McCaffrey 2020-05-27 12:25:20 +10:00
parent 293372a3e0
commit d4ec013df2

View File

@ -28,7 +28,7 @@ function DiceScene({ onSceneMount, onPointerDown, onPointerUp }) {
let camera = new BABYLON.TargetCamera(
"camera",
new BABYLON.Vector3(0, 34, 0),
new BABYLON.Vector3(0, 33.5, 0),
scene
);
camera.fov = 0.65;