TinyRaytracer 0.1
A simple C++ raytracer
|
CAABB | |
CBulb | |
CBVH | |
Cimage_t | |
CInterval | |
CMaterials | Material related variables for objects in the scene |
CObject | The object class, both BVH nodes and objects in the scene |
CObjectInfo | ObjectInfo is a class that passes the parameters of a ray hit, and the details of the object that was hit |
Cpixel_t | |
CPlane | A plane defined by ax + by + cz + d = 0 |
CProgressBar | |
CRay | Class Ray, consists of a eye and direction |
CRGB | |
CRGBA | |
CSphere | Class sphere, with one center point and a radius, together with a rgb color value |
CSun | |
CTexcoord | |
CTriangle | Class Triangle, with 3 vertices that made it up |
Cvec3 | |
CVertex | A Vertex class, used only in input parsing |