Rasterfarm-SDK
Loading...
Searching...
No Matches
Frustum::Attribute Class Reference

#include <frustum.h>

Public Member Functions

 Attribute (float fieldOfView=45.0f, float aspectRatio=Application::getAspectRatio())
 

Public Attributes

float fieldOfView
 
float aspectRatio
 

Constructor & Destructor Documentation

◆ Attribute()

Frustum::Attribute::Attribute ( float fieldOfView = 45.0f,
float aspectRatio = Application::getAspectRatio() )

Member Data Documentation

◆ aspectRatio

float Frustum::Attribute::aspectRatio

Aspect ratio of the fustrum, used to create the projection matrix.

◆ fieldOfView

float Frustum::Attribute::fieldOfView

Field of view of the fustrum, used to create the projection matrix.


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