|
Hymn to Beauty
C++ 3D Engine
|
A debug drawing line. More...
#include <DebugDrawing.hpp>
Public Attributes | |
| glm::vec3 | startPosition |
| Starting position of the line. More... | |
| glm::vec3 | endPosition |
| End position of the line. More... | |
| glm::vec3 | color |
| Color. More... | |
| float | width |
| Line width. More... | |
| float | duration |
| Duration (in seconds). More... | |
| bool | depthTesting |
| Whether to enable depth testing. More... | |
A debug drawing line.
| glm::vec3 Video::DebugDrawing::Line::color |
Color.
| bool Video::DebugDrawing::Line::depthTesting |
Whether to enable depth testing.
| float Video::DebugDrawing::Line::duration |
Duration (in seconds).
| glm::vec3 Video::DebugDrawing::Line::endPosition |
End position of the line.
| glm::vec3 Video::DebugDrawing::Line::startPosition |
Starting position of the line.
| float Video::DebugDrawing::Line::width |
Line width.