TinyRaytracer 0.1
A simple C++ raytracer
|
Go to the source code of this file.
Variables | |
int | width |
int | height |
std::string | filename |
int | bounces |
int | aa |
int | gi |
double | dof_focus |
double | dof_lens |
vec3 | forward |
vec3 | right |
vec3 | up |
point3 | eye |
double | expose |
bool | fisheye |
bool | panorama |
std::string | texture |
shared_ptr< Object > | bvh_head |
std::vector< Sun > | sun |
std::vector< Bulb > | bulbs |
std::vector< Plane > | planes |
std::vector< Vertex > | vertices |
std::vector< Triangle > | triangles |