CS 6620 - Fall 2019 - Ray Tracing for Graphics
Project 3 - Shadows
In this project we add ray traced shadows to our ray tracer.
Requirements
- Render one or more scenes showing ray traced shadows.
Source Code
The following source code files are provided to help you with this and upcoming projects, but you are not required to use them.
- lights.h: Includes the descriptions of the light classes used by the xmlload.cpp file.
Test Scenes
The following scene files are provided to help you test your implementation. You can also prepare other scenes to show your work.
- Simple Test Scene: A simple test scene that has both directional and point lights, in addition to an ambient light.
- Box Scene: A Box scene with non-uniformly scaled spheres as walls.
Student Project Pages
_