KiCad PCB EDA Suite
Loading...
Searching...
No Matches
light.h File Reference

Declare and implement light sources. More...

#include "ray.h"
#include "hitinfo.h"

Go to the source code of this file.

Classes

class  LIGHT
 A base light class to derive to implement other light classes. More...
 
class  POINT_LIGHT
 Point light source based on http://ogldev.atspace.co.uk/www/tutorial20/tutorial20.html. More...
 
class  DIRECTIONAL_LIGHT
 A light source based only on a directional vector. More...
 

Detailed Description

Declare and implement light sources.

Definition in file light.h.