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