diff options
author | Keuin <[email protected]> | 2022-04-22 00:04:01 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-04-22 00:04:01 +0800 |
commit | 324c0210895c6e30204114333a50cd538eaa0c13 (patch) | |
tree | 99c03eee864695b262c6f0c5c4b7877671ab103d | |
parent | fba6ab469570de132c68ab89a1617929c50cfd4d (diff) |
Larger fov, smaller aperture in final render.
-rw-r--r-- | main_final_render.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main_final_render.cpp b/main_final_render.cpp index 1b93a81..1bab44a 100644 --- a/main_final_render.cpp +++ b/main_final_render.cpp @@ -39,8 +39,8 @@ public: {6.5, 1, 1.5}, //{0, 0, 0}, static_cast<uint16_t>(image_width), static_cast<uint16_t>(image_height), - 24.0 * (M_PI / 180.0), - 0.1, + 28.0 * (M_PI / 180.0), + 0.025, 2.432043413435534, world, spp |