RayTracer 1.0
Ray tracing is a technique used to generate realistic digital images by simulating the inverse path of light. Our goal is to create a program able to generate an image from a file describing the scene.
 
Loading...
Searching...
No Matches
Config::Directional Class Reference

#include <ConfigParser.hpp>

Public Member Functions

 Directional ()
 

Public Attributes

Math::Vector3D direction
 

Detailed Description

Definition at line 53 of file ConfigParser.hpp.

Constructor & Destructor Documentation

◆ Directional()

Config::Directional::Directional ( )
inline

Definition at line 56 of file ConfigParser.hpp.

56: direction() {}
Math::Vector3D direction

References direction.

Member Data Documentation

◆ direction

Math::Vector3D Config::Directional::direction

Definition at line 55 of file ConfigParser.hpp.


The documentation for this class was generated from the following file: