You need to recompute the projectionMatrix:
camera.fov = 20;
camera.updateProjectionMatrix();
This may be prettified in the future though…
You need to recompute the projectionMatrix:
camera.fov = 20;
camera.updateProjectionMatrix();
This may be prettified in the future though…