[ADD] Add Chapter 12 gallery

This commit is contained in:
NADAL Jean-Baptiste
2024-03-15 17:33:42 +01:00
parent 0dd7384978
commit 544200ae14
3 changed files with 7 additions and 3 deletions

View File

@@ -30,3 +30,7 @@ The Web Site of the book: http://raytracerchallenge.com/
| Chapiter 10 | Chapiter 11 partie 01 | Chapiter 11 partie 02 |
|:------------------------: | :---------------------------: | :----------------------------: |
|![10](data/chapter_10.png) | ![11](data/chapter_11_p1.png) | ![11](data/chapter_11_p2.png) |
| Chapiter 12 | Chapiter 13 | Chapiter 14 |
|:------------------------: | :---------------------------: | :----------------------------: |
|![12](data/chapter_12.png) | | |

View File

@@ -252,8 +252,8 @@ int main(void)
// Configure the camera.
// the_camera = Camera(100, 50, 0.7805);
// the_camera = Camera(320, 200, 0.7805);
// the_camera = Camera(640, 480, 0.7805);
the_camera = Camera(960, 480, 0.7805);
the_camera = Camera(640, 480, 0.7805);
// the_camera = Camera(960, 480, 0.7805);
// the_camera = Camera(2400, 1200, 0.7805);
the_camera.set_transform(

BIN
data/chapter_12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB