![]() |
Fove SDK
v1.2.0
|
Struct holding information about projection frustum planes. More...
#include <FoveAPI.h>

Public Attributes | |
| float | bottom = -1 |
| Bottom (low-Y) | |
| float | left = -1 |
| Left side (low-X) | |
| float | right = 1 |
| Right side (high-X) | |
| float | top = 1 |
| Top (high-Y) | |
Struct holding information about projection frustum planes.
Values are given for a depth of 1 so that it's easy to multiply them by your near clipping plan, for example, to get the correct values for your use.
1.8.17