mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
preserve 40-degree default fov
This commit is contained in:
parent
9c8ce7accf
commit
6e9bab7195
@ -221,8 +221,13 @@ ConfigVariableDouble default_far
|
||||
PRC_DESC("The default far clipping distance for all cameras."));
|
||||
|
||||
ConfigVariableDouble default_fov
|
||||
("default-fov", 40.0,
|
||||
PRC_DESC("The default field of view in degrees for all cameras."));
|
||||
("default-fov", 30.0,
|
||||
PRC_DESC("The default field of view in degrees for all cameras. This is "
|
||||
"defined as a min_fov; that is, it is the field-of-view for the "
|
||||
"smallest of the X and Y sizes of the window, which is usually "
|
||||
"the vertical field of view (windows are usually wider than they "
|
||||
"are tall). For a 4x3 window, 30 degrees vertical is roughly "
|
||||
"40 degrees horizontal."));
|
||||
|
||||
ConfigVariableDouble default_iod
|
||||
("default-iod", 0.2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user