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