|
Hymn to Beauty
C++ 3D Engine
|
A debug drawing cone. More...
#include <DebugDrawing.hpp>
Public Attributes | |
| float | radius |
| Radius. More... | |
| float | height |
| Height. More... | |
| glm::mat4 | matrix |
| The matrix used to transform the cone. 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 cone.
| glm::vec3 Video::DebugDrawing::Cone::color |
Color.
| bool Video::DebugDrawing::Cone::depthTesting |
Whether to enable depth testing.
| float Video::DebugDrawing::Cone::duration |
Duration (in seconds).
| float Video::DebugDrawing::Cone::height |
Height.
| float Video::DebugDrawing::Cone::lineWidth |
Line width.
| glm::mat4 Video::DebugDrawing::Cone::matrix |
The matrix used to transform the cone.
| float Video::DebugDrawing::Cone::radius |
Radius.