TinyRaytracer 0.1
A simple C++ raytracer
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAABB
 CBulb
 CBVH
 Cimage_t
 CInterval
 CMaterialsMaterial related variables for objects in the scene
 CObjectThe object class, both BVH nodes and objects in the scene
 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
 CSphereClass sphere, with one center point and a radius, together with a rgb color value
 CSun
 CTexcoord
 CTriangleClass Triangle, with 3 vertices that made it up
 Cvec3
 CVertexA Vertex class, used only in input parsing