praeclarumjj3 / RayTracing_exploration

The code for raytracing books.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RayTracing Exploration

This repo contains the chapterwise code for the book: Raytracing in One Weekend.

You can generate the .ppm files from the .cpp files using the commands:

	$ g++ [name_of_file].cpp
	$ ./a.out

The .cpp and .ppm files for each chapter can be found in its corresponding folder.

About

The code for raytracing books.


Languages

Language:C++ 100.0%