godot/servers/rendering
Hugo Locurcio ccc4f3899c
Increase the default Camera3D field of view to 75
A vertical FOV of 75 degrees is roughly equivalent to a 91 degree
horizontal FOV on a 4:3 display (~107.51 degrees on 16:9),
which is close to the typical default FOV used in PC games.

Note that this doesn't apply to the in-editor camera which keeps its
FOV to 70. This is because it doesn't display in fullscreen;
its viewport only displays in the center of the editor (roughly).
This means the viewport won't cover the viewer's eyes as much. Therefore,
the editor camera FOV should be slightly lower to account for this.

Since this changes the default value, this may break existing projects
slightly.

For the record, this was already done in
https://github.com/godotengine/godot-demo-projects/pull/260
for the official demo projects.
2020-05-01 14:03:27 +02:00
..
rasterizer_rd Add proper type to most public API uses of Array 2020-04-21 12:16:45 -03:00
rasterizer.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
rasterizer.h Implement global and per instance shader uniforms. 2020-04-17 12:35:41 -03:00
rendering_device_binds.cpp Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
rendering_device_binds.h Add proper type to most public API uses of Array 2020-04-21 12:16:45 -03:00
rendering_device.cpp Fix missing DEFVAL for RenderingDevice.index_buffer_create 2020-04-22 16:52:04 +02:00
rendering_device.h Add proper type to most public API uses of Array 2020-04-21 12:16:45 -03:00
rendering_server_canvas.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
rendering_server_canvas.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
rendering_server_globals.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
rendering_server_globals.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00
rendering_server_raster.cpp Shows proper scene render time in editor info 2020-04-10 14:19:30 -03:00
rendering_server_raster.h Implement global and per instance shader uniforms. 2020-04-17 12:35:41 -03:00
rendering_server_scene.cpp Implement global and per instance shader uniforms. 2020-04-17 12:35:41 -03:00
rendering_server_scene.h Increase the default Camera3D field of view to 75 2020-05-01 14:03:27 +02:00
rendering_server_viewport.cpp Add screen space AA option, with FXAA implementation. 2020-04-12 10:57:18 -03:00
rendering_server_viewport.h Add screen space AA option, with FXAA implementation. 2020-04-12 10:57:18 -03:00
rendering_server_wrap_mt.cpp Free items before finishing rendering server 2020-04-07 19:12:07 +02:00
rendering_server_wrap_mt.h Implement global and per instance shader uniforms. 2020-04-17 12:35:41 -03:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_language.cpp Implement global and per instance shader uniforms. 2020-04-17 12:35:41 -03:00
shader_language.h Implement global and per instance shader uniforms. 2020-04-17 12:35:41 -03:00
shader_types.cpp Add light size to Sky Shaders 2020-04-17 09:32:24 -07:00
shader_types.h Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00