Ray Tracing, Version 1.0
|
Goal: Ray trace a scene where
|
Ray Tracing Tools:
Set up and thoroughly test classes for
- Point
- Vector
- Color3
- Ray
- Matrix_4x4
- SphereInfo
Specifics:
Begin with the skeleton driver program /classes/cs3114/RayTracing/Projects/rt_v1.0.cpp and fill in the details, a few at a time. Write a makefile to use with this driver program, or copy the one provided in the same directory. Compile and make sure it runs correctly.
Submitting the Project:
Submit these files to directory Version1 of your hw directory:
- rt_v1.0.cpp
- ray_tracing_tools.h
- ray_tracing_tools.cpp
- makefile