Cafu Engine
TerrainT::ViewInfoT Struct Reference

Public Attributes

bool cull
 Perform view culling when set. More...
 
float nu
 Inverse of error tolerance in radians. Note that this is equivalent to the "magic" number in the original SOARX class by Andras Balogh. More...
 
float nu_min
 Lower morph parameter. More...
 
float nu_max
 Upper morph parameter. More...
 
Vector3fT viewpoint
 The viewpoint. Corresponds to Camera::m_position in the original code by Andras Balogh. More...
 
Plane3fT viewplanes [5]
 View frustum planes (without the "far" plane). Corresponds to Camera::m_frustum_planes in the original code by Andras Balogh. More...
 

Member Data Documentation

bool TerrainT::ViewInfoT::cull

Perform view culling when set.

float TerrainT::ViewInfoT::nu

Inverse of error tolerance in radians. Note that this is equivalent to the "magic" number in the original SOARX class by Andras Balogh.

float TerrainT::ViewInfoT::nu_max

Upper morph parameter.

float TerrainT::ViewInfoT::nu_min

Lower morph parameter.

Plane3fT TerrainT::ViewInfoT::viewplanes[5]

View frustum planes (without the "far" plane). Corresponds to Camera::m_frustum_planes in the original code by Andras Balogh.

Vector3fT TerrainT::ViewInfoT::viewpoint

The viewpoint. Corresponds to Camera::m_position in the original code by Andras Balogh.


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