U3D
Open-source, cross-platform 2D and 3D game engine built in C++
Loading...
Searching...
No Matches
Urho3D::DebugTriangle Struct Reference

Debug render triangle. More...

#include </var/dev/u3d/stable/Source/Urho3D/Graphics/DebugRenderer.h>

Collaboration diagram for Urho3D::DebugTriangle:
[legend]

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.
 

Detailed Description

Debug render triangle.


The documentation for this struct was generated from the following file: