Pyrogenesis
13997
|
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< float > | m_Coords |
u8 | m_Thickness |
Line-based overlay, with world-space coordinates, rendered in the world potentially behind other objects.
Designed for selection circles and debug info.
|
inline |
|
inline |