#include "rt_parse.h"
Go to the source code of this file.
Data Structures | |
class | rt_Object |
The rt_Object class serves as a common base class for triangles and spheres (and other objects). Most methods defined here should be declared virtual, so that child classes may override them. Add the necessary code and methods to interface this class with your ray tracer.