#include <TRenderContext.h>
Public Member Functions | |
void | SetFromFOV (TFLOAT a_fViewportWidth, TFLOAT a_fViewportHeight, TFLOAT a_fFOV, TFLOAT a_fNearPlane, TFLOAT a_fFarPlane) |
Public Attributes | |
TVector2 | m_Centre |
TVector2 | m_Proj |
TFLOAT | m_fNearClip |
TFLOAT | m_fFarClip |
Definition at line 75 of file TRenderContext.h.
void TRenderContext::PROJECTIONPARAMS::SetFromFOV | ( | TFLOAT | a_fViewportWidth, |
TFLOAT | a_fViewportHeight, | ||
TFLOAT | a_fFOV, | ||
TFLOAT | a_fNearPlane, | ||
TFLOAT | a_fFarPlane ) |
Definition at line 360 of file TRenderContext.cpp.
TVector2 TRenderContext::PROJECTIONPARAMS::m_Centre |
Definition at line 77 of file TRenderContext.h.
TFLOAT TRenderContext::PROJECTIONPARAMS::m_fFarClip |
Definition at line 80 of file TRenderContext.h.
TFLOAT TRenderContext::PROJECTIONPARAMS::m_fNearClip |
Definition at line 79 of file TRenderContext.h.
TVector2 TRenderContext::PROJECTIONPARAMS::m_Proj |
Definition at line 78 of file TRenderContext.h.