|
Hymn to Beauty
C++ 3D Engine
|
A debug drawing circle. More...
#include <DebugDrawing.hpp>
Public Attributes | |
| glm::vec3 | position |
| The center position of the circle. More... | |
| glm::vec3 | normal |
| The circle normal. More... | |
| float | radius |
| Radius. More... | |
| glm::vec3 | color |
| Color. More... | |
| float | lineWidth |
| Line width. More... | |
| float | duration |
| Duration (in seconds). More... | |
| bool | depthTesting |
| Whether to enable depth testing. More... | |
A debug drawing circle.
| glm::vec3 Video::DebugDrawing::Circle::color |
Color.
| bool Video::DebugDrawing::Circle::depthTesting |
Whether to enable depth testing.
| float Video::DebugDrawing::Circle::duration |
Duration (in seconds).
| float Video::DebugDrawing::Circle::lineWidth |
Line width.
| glm::vec3 Video::DebugDrawing::Circle::normal |
The circle normal.
| glm::vec3 Video::DebugDrawing::Circle::position |
The center position of the circle.
| float Video::DebugDrawing::Circle::radius |
Radius.