Tweak the default camera node settings
- Increase FOV to 70 - Put the Z-near plane at 0.05 meters
This commit is contained in:
parent
73a26b4c3f
commit
541df26184
2 changed files with 3 additions and 3 deletions
|
|
@ -120,9 +120,9 @@ public:
|
|||
Camera() {
|
||||
|
||||
visible_layers = 0xFFFFFFFF;
|
||||
fov = 65;
|
||||
fov = 70;
|
||||
type = PERSPECTIVE;
|
||||
znear = 0.1;
|
||||
znear = 0.05;
|
||||
zfar = 100;
|
||||
size = 1.0;
|
||||
vaspect = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue