|
Hymn to Beauty
C++ 3D Engine
|
A debug drawing plane. More...
#include <DebugDrawing.hpp>
Public Attributes | |
| glm::vec3 | position |
| The center position of the plane. More... | |
| glm::vec3 | normal |
| The plane normal. More... | |
| glm::vec2 | size |
| Size. 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 plane.
| glm::vec3 Video::DebugDrawing::Plane::color |
Color.
| bool Video::DebugDrawing::Plane::depthTesting |
Whether to enable depth testing.
| float Video::DebugDrawing::Plane::duration |
Duration (in seconds).
| float Video::DebugDrawing::Plane::lineWidth |
Line width.
| glm::vec3 Video::DebugDrawing::Plane::normal |
The plane normal.
| glm::vec3 Video::DebugDrawing::Plane::position |
The center position of the plane.
| glm::vec2 Video::DebugDrawing::Plane::size |
Size.