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

A debug drawing cone. More...

#include <DebugDrawing.hpp>

Public Attributes

float radius
 Radius. More...
 
float height
 Height. More...
 
glm::mat4 matrix
 The matrix used to transform the cone. 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 cone.

Member Data Documentation

◆ color

glm::vec3 Video::DebugDrawing::Cone::color

Color.

◆ depthTesting

bool Video::DebugDrawing::Cone::depthTesting

Whether to enable depth testing.

◆ duration

float Video::DebugDrawing::Cone::duration

Duration (in seconds).

◆ height

float Video::DebugDrawing::Cone::height

Height.

◆ lineWidth

float Video::DebugDrawing::Cone::lineWidth

Line width.

◆ matrix

glm::mat4 Video::DebugDrawing::Cone::matrix

The matrix used to transform the cone.

◆ radius

float Video::DebugDrawing::Cone::radius

Radius.


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