Euclid
Geometry Processing and Shape Analysis in C++
Euclid::RayCamera::Film Struct Reference

The film plane of a camera. More...

#include <RayTracer.h>

Public Attributes

float width = 0.0f
 
float height = 0.0f
 

Detailed Description

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.


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