Pyrogenesis  trunk
Public Attributes | List of all members
SOverlayQuad Struct Reference

Rectangular single-quad terrain overlay, in world space coordinates. More...

#include <Overlay.h>

Collaboration diagram for SOverlayQuad:
Collaboration graph
[legend]

Public Attributes

CTexturePtr m_Texture
 
CTexturePtr m_TextureMask
 
CVector3D m_Corners [4]
 
CColor m_Color
 

Detailed Description

Rectangular single-quad terrain overlay, in world space coordinates.

The vertices of the quad are not required to be coplanar; the quad is arbitrarily triangulated with no effort being made to find a best fit to the underlying terrain.

Member Data Documentation

CColor SOverlayQuad::m_Color
CVector3D SOverlayQuad::m_Corners[4]
CTexturePtr SOverlayQuad::m_Texture
CTexturePtr SOverlayQuad::m_TextureMask

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