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

A debug drawing cylinder. More...

#include <DebugDrawing.hpp>

Public Attributes

float radius
 Radius. More...
 
float length
 Length. More...
 
glm::mat4 matrix
 The matrix used to transform the cylinder. 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 cylinder.

Member Data Documentation

◆ color

glm::vec3 Video::DebugDrawing::Cylinder::color

Color.

◆ depthTesting

bool Video::DebugDrawing::Cylinder::depthTesting

Whether to enable depth testing.

◆ duration

float Video::DebugDrawing::Cylinder::duration

Duration (in seconds).

◆ length

float Video::DebugDrawing::Cylinder::length

Length.

◆ lineWidth

float Video::DebugDrawing::Cylinder::lineWidth

Line width.

◆ matrix

glm::mat4 Video::DebugDrawing::Cylinder::matrix

The matrix used to transform the cylinder.

◆ radius

float Video::DebugDrawing::Cylinder::radius

Radius.


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