Fove SDK  v0.16.0
Public Attributes | List of all members
Fove_ProjectionParams Struct Reference

Struct holding information about projection fustum planes. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_ProjectionParams:
Collaboration graph
[legend]

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)
 

Detailed Description

Struct holding information about projection fustum planes.

Values are given for a depth of 1 so that it's asy to multiply them by your near clipping plan, for example, to get the correct values for your use.