[ADD] Add Chapter 12 gallery
This commit is contained in:
@@ -30,3 +30,7 @@ The Web Site of the book: http://raytracerchallenge.com/
|
||||
| Chapiter 10 | Chapiter 11 partie 01 | Chapiter 11 partie 02 |
|
||||
|:------------------------: | :---------------------------: | :----------------------------: |
|
||||
| |  |  |
|
||||
|
||||
| Chapiter 12 | Chapiter 13 | Chapiter 14 |
|
||||
|:------------------------: | :---------------------------: | :----------------------------: |
|
||||
| | | |
|
||||
|
||||
@@ -252,9 +252,9 @@ 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(2400, 1200, 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(
|
||||
Matrix::view_transform(Tuple::Point(8, 6, -8), Tuple::Point(0, 3, 0), Tuple::Vector(0, 1, 0)));
|
||||
|
||||
BIN
data/chapter_12.png
Normal file
BIN
data/chapter_12.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 131 KiB |
Reference in New Issue
Block a user