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

A debug drawing line. More...

#include <DebugDrawing.hpp>

Public Attributes

glm::vec3 startPosition
 Starting position of the line. More...
 
glm::vec3 endPosition
 End position of the line. More...
 
glm::vec3 color
 Color. More...
 
float width
 Line width. More...
 
float duration
 Duration (in seconds). More...
 
bool depthTesting
 Whether to enable depth testing. More...
 

Detailed Description

A debug drawing line.

Member Data Documentation

◆ color

glm::vec3 Video::DebugDrawing::Line::color

Color.

◆ depthTesting

bool Video::DebugDrawing::Line::depthTesting

Whether to enable depth testing.

◆ duration

float Video::DebugDrawing::Line::duration

Duration (in seconds).

◆ endPosition

glm::vec3 Video::DebugDrawing::Line::endPosition

End position of the line.

◆ startPosition

glm::vec3 Video::DebugDrawing::Line::startPosition

Starting position of the line.

◆ width

float Video::DebugDrawing::Line::width

Line width.


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