Hymn to Beauty
C++ 3D Engine
Video::DebugDrawing::Sphere Struct Reference

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...
 

Detailed Description

A debug drawing sphere.

Member Data Documentation

◆ color

glm::vec3 Video::DebugDrawing::Sphere::color

Color.

◆ depthTesting

bool Video::DebugDrawing::Sphere::depthTesting

Whether to enable depth testing.

◆ duration

float Video::DebugDrawing::Sphere::duration

Duration (in seconds).

◆ lineWidth

float Video::DebugDrawing::Sphere::lineWidth

Line width.

◆ position

glm::vec3 Video::DebugDrawing::Sphere::position

The center position of the sphere.

◆ radius

float Video::DebugDrawing::Sphere::radius

Radius.


The documentation for this struct was generated from the following file: