Module raytracing_n::object
source · Expand description
Defines the object exhibiting in the space used for rendering.
Structs
- The camera defines where will be projecting the rays and rendering the screen.
- A plane that is oriented in the space.
- Define a plane in the space.
- A triangle
Enums
- Error return by the
OriginPlane::new
function.