Pyrogenesis trunk
|
Line-based overlay, with world-space coordinates, rendered in the world potentially behind other objects. More...
#include <Overlay.h>
Public Member Functions | |
SOverlayLine () | |
void | PushCoords (const CVector3D &v) |
void | PushCoords (const float x, const float y, const float z) |
Public Attributes | |
CColor | m_Color |
std::vector< CVector3D > | m_Coords |
float | m_Thickness |
Line-based overlay, with world-space coordinates, rendered in the world potentially behind other objects.
Designed for debug info.
|
inline |
|
inline |
|
inline |
CColor SOverlayLine::m_Color |
std::vector<CVector3D> SOverlayLine::m_Coords |
float SOverlayLine::m_Thickness |