We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4e295 commit 78b5360Copy full SHA for 78b5360
CHANGELOG.md
@@ -17,6 +17,10 @@ Change Log -- Ray Tracing in One Weekend
17
- Fix: Update image and size for sphere with normal-vector coloring
18
- Fix: Improve image size and aspect ratio calculation to make size changes easier
19
- Fix: Added `t` parameter back into `hit_record` at correct place
20
+- Fix: image basic vectors off by one
21
+- Change: First image size changed to 256x256
22
+- Change: Default image sizes changed from 200x100 to 384x216
23
+- Change: Define image aspect ratio up front, then image height from that and the image width
24
25
### _The Next Week_
26
- Change: Large rewrite of the `image_texture` class. Now handles image loading too. (#434)
0 commit comments