ReactPhysics3D
v0.10.2
C++ Physics engine library
|
Struture that represents a triangle of the DebugRenderer. More...
#include <include/reactphysics3d/utils/DebugRenderer.h>
Public Member Functions | |
DebugTriangle (const Vector3 &point1, const Vector3 &point2, const Vector3 &point3, uint32 color) | |
Constructor. | |
Public Attributes | |
Vector3 | point1 |
First point of the triangle. | |
uint32 | color1 |
Color of the first point. | |
Vector3 | point2 |
Second point of the triangle. | |
uint32 | color2 |
Color of the second point. | |
Vector3 | point3 |
Third point of the triangle. | |
uint32 | color3 |
Color of the third point. | |
Struture that represents a triangle of the DebugRenderer.