![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Rectangular single-quad terrain overlay, in world space coordinates. More...
#include <Overlay.h>

Public Attributes | |
| CTexturePtr | m_Texture |
| CTexturePtr | m_TextureMask |
| CVector3D | m_Corners [4] |
| CColor | m_Color |
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.
| CColor SOverlayQuad::m_Color |
| CVector3D SOverlayQuad::m_Corners[4] |
| CTexturePtr SOverlayQuad::m_Texture |
| CTexturePtr SOverlayQuad::m_TextureMask |