#include "rt_object.h"
#include "rt_vectors.h"
#include "rt_parse.h"
#include <vector>
Go to the source code of this file.
Data Structures | |
class | rt_TriMesh |
The parser constructs rt_TriMesh objects as they are read in from the SDL file. The triangle mesh must be defined in a wavefront-obj file. Add the necessary code and methods to interface this class with your ray tracer.