TinyRaytracer 0.1
A simple C++ raytracer
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CAABB
 CBulb
 Cimage_t
 CInterval
 CMaterialsMaterial related variables for objects in the scene
 CObjectThe object class, both BVH nodes and objects in the scene
 CBVH
 CSphereClass sphere, with one center point and a radius, together with a rgb color value
 CTriangleClass Triangle, with 3 vertices that made it up
 CObjectInfoObjectInfo is a class that passes the parameters of a ray hit, and the details of the object that was hit
 Cpixel_t
 CPlaneA plane defined by ax + by + cz + d = 0
 CProgressBar
 CRayClass Ray, consists of a eye and direction
 CRGB
 CRGBA
 CSun
 CTexcoord
 Cvec3
 CVertexA Vertex class, used only in input parsing