|
Hymn to Beauty
C++ 3D Engine
|
A debug drawing point. More...
#include <DebugDrawing.hpp>
Public Attributes | |
| glm::vec3 | position |
| World position. More... | |
| glm::vec3 | color |
| Color. More... | |
| float | size |
| Size. More... | |
| float | duration |
| Duration (in seconds). More... | |
| bool | depthTesting |
| Whether to enable depth testing. More... | |
A debug drawing point.
| glm::vec3 Video::DebugDrawing::Point::color |
Color.
| bool Video::DebugDrawing::Point::depthTesting |
Whether to enable depth testing.
| float Video::DebugDrawing::Point::duration |
Duration (in seconds).
| glm::vec3 Video::DebugDrawing::Point::position |
World position.
| float Video::DebugDrawing::Point::size |
Size.