Euclid
Geometry Processing and Shape Analysis in C++
|
The film plane of a camera. More...
#include <RayTracer.h>
Public Attributes | |
float | width = 0.0f |
float | height = 0.0f |
The film plane is used to help generating rays for a RayCamera. The width and height are the actual size of the film in the world coordinates.