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

A debug drawing point. More...

#include <DebugDrawing.hpp>

Public Attributes

glm::vec3 position
 World position. More...
 
glm::vec3 color
 Color. More...
 
float size
 Size. More...
 
float duration
 Duration (in seconds). More...
 
bool depthTesting
 Whether to enable depth testing. More...
 

Detailed Description

A debug drawing point.

Member Data Documentation

◆ color

glm::vec3 Video::DebugDrawing::Point::color

Color.

◆ depthTesting

bool Video::DebugDrawing::Point::depthTesting

Whether to enable depth testing.

◆ duration

float Video::DebugDrawing::Point::duration

Duration (in seconds).

◆ position

glm::vec3 Video::DebugDrawing::Point::position

World position.

◆ size

float Video::DebugDrawing::Point::size

Size.


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