Steve Hollasch
Steve Hollasch
It would be handy to be able to grab versions from the [releases section](https://github.com/jkaving/intellij-colors-solarized/releases) for this project. If not, then perhaps it's time to retire the releases altogether.
Book 3 includes a modification to the `scene::render()` function to include stratified sampling inside pixels. The source code, however, does not reflect this change.
The single letter variable is confused with the desired `s`/`t` image coordinate parameters.
The current code leaves the "scanlines" remaining message up with a count of one, and then prints "Done" on a subsequent line. Instead, have the "Done" line replace the "scanlines...
The `camera` class is moderately complex, with lots of member and intermediate variables. Member variables `u, v, w` could use a comment indicating what they are and that they're unit...
Currently the `camera::get_ray()` function performs depth-of-field lens jittering, and the `scene::render()` loops perform the pixel sample jittering. Both of these should be done in the `camera::get_ray()` function.
Thus, arguments (0,0) should refer to the upper left pixel, and (1,1) should refer to the lower right pixel.
### Discussed in https://github.com/RayTracing/raytracing.github.io/discussions/1016 Originally posted by **genmeblog** May 4, 2022 The image generated in listing 1 (or listing 3 in version 4.x) contains very low noise. My result however...
Run through the book progression before v4 release. Validate/update rendered images. Make sure that they are PNG format, and sized according to the rendered size specified in the code. -...
After the messy merge of `dev-patch` (v3.2.2) into `dev-minor` and all of the work going on in v4, we should run through the book progression before v4 release. Validate/update rendered...