[ADD] Add Chapter 12 gallery
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user