wahn / rs_pbrt

Rust crate to implement a counterpart to the PBRT book's (3rd edition) C++ code. See also https://www.rs-pbrt.org/about ...
https://www.rs-pbrt.org
Other
811 stars 59 forks source link

[parse_blend_file] Fix cornell_box scene FOV #129

Closed wahn closed 3 years ago

wahn commented 3 years ago

See Rendering repository on codeberg.org. Currently the Cornell Box scene renders like this (using _parse_blendfile):

pbrt

TODO: Fix the field of view (FOV) settings for the camera.

wahn commented 3 years ago

Fixed for this scene (see commit e5701a6):

pbrt