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

A debug drawing circle. More...

#include <DebugDrawing.hpp>

Public Attributes

glm::vec3 position
 The center position of the circle. More...
 
glm::vec3 normal
 The circle normal. 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 circle.

Member Data Documentation

◆ color

glm::vec3 Video::DebugDrawing::Circle::color

Color.

◆ depthTesting

bool Video::DebugDrawing::Circle::depthTesting

Whether to enable depth testing.

◆ duration

float Video::DebugDrawing::Circle::duration

Duration (in seconds).

◆ lineWidth

float Video::DebugDrawing::Circle::lineWidth

Line width.

◆ normal

glm::vec3 Video::DebugDrawing::Circle::normal

The circle normal.

◆ position

glm::vec3 Video::DebugDrawing::Circle::position

The center position of the circle.

◆ radius

float Video::DebugDrawing::Circle::radius

Radius.


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