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

A debug drawing cuboid. More...

#include <DebugDrawing.hpp>

Public Attributes

glm::vec3 dimensions
 The dimensions of the cuboid. More...
 
glm::mat4 matrix
 The matrix used to transform the cuboid. 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 cuboid.

Member Data Documentation

◆ color

glm::vec3 Video::DebugDrawing::Cuboid::color

Color.

◆ depthTesting

bool Video::DebugDrawing::Cuboid::depthTesting

Whether to enable depth testing.

◆ dimensions

glm::vec3 Video::DebugDrawing::Cuboid::dimensions

The dimensions of the cuboid.

◆ duration

float Video::DebugDrawing::Cuboid::duration

Duration (in seconds).

◆ lineWidth

float Video::DebugDrawing::Cuboid::lineWidth

Line width.

◆ matrix

glm::mat4 Video::DebugDrawing::Cuboid::matrix

The matrix used to transform the cuboid.


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