A class representing a camera viewing frustum. At the moment only fully tested with orthographic camera.
More...
#include <RenderingParameters.hpp>
|
| Frustum (float l, float r, float b, float t) |
|
template<class Archive > |
void | serialize (Archive &archive) |
|
|
float | l = -1.0f |
|
float | r = 1.0f |
|
float | b = -1.0f |
|
float | t = 1.0f |
|
A class representing a camera viewing frustum. At the moment only fully tested with orthographic camera.
◆ serialize()
template<class Archive >
void eos::fitting::Frustum::serialize |
( |
Archive & |
archive | ) |
|
|
inline |
Serialises this class using cereal.
- Parameters
-
[in] | archive | The archive to serialise to (or to serialise from). |
The documentation for this struct was generated from the following file: