Fove SDK  v1.3.1
Public Attributes | List of all members
Fove_TextureBounds Struct Reference

Specify a region of a texture in normalized space. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_TextureBounds:
Collaboration graph
[legend]

Public Attributes

float bottom = 0.0f
 The vertical coordinate of the bottom border.
 
float left = 0.0f
 The horizontal coordinate of the left border.
 
float right = 0.0f
 The horizontal coordinate of the right border.
 
float top = 0.0f
 The vertical coordinate of the top border.
 

Detailed Description

Specify a region of a texture in normalized space.

Coordinates in normalized space where 0 is left/top and 1 is bottom/right