Open 3D Engine AtomLyIntegration Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Utility class to collect line segments. More...
#include <AtomDebugDisplayViewportInterface.h>
Public Member Functions | |
SingleColorDynamicSizeLineHelper (int estimatedNumLineSegments) | |
void | AddLineSegment (const AZ::Vector3 &lineStart, const AZ::Vector3 &lineEnd) |
void | Draw (AZ::RPI::AuxGeomDrawPtr auxGeomDrawPtr, const RenderState &rendState) const |
void | Draw2d (AZ::RPI::AuxGeomDrawPtr auxGeomDrawPtr, const RenderState &rendState) const |
void | Reset () |
Public Attributes | |
AZStd::vector< AZ::Vector3 > | m_points |
Utility class to collect line segments.