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