Urho3D
|
Debug render triangle. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/DebugRenderer.h>
Public Member Functions | |
DebugTriangle ()=default | |
Construct undefined. | |
DebugTriangle (const Vector3 &v1, const Vector3 &v2, const Vector3 &v3, unsigned color) | |
Construct with start and end positions and color. | |
Public Attributes | |
Vector3 | v1_ |
Vertex a. | |
Vector3 | v2_ |
Vertex b. | |
Vector3 | v3_ |
Vertex c. | |
unsigned | color_ {} |
Color. | |
Debug render triangle.