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

A debug drawing plane. More...

#include <DebugDrawing.hpp>

Public Attributes

glm::vec3 position
 The center position of the plane. More...
 
glm::vec3 normal
 The plane normal. More...
 
glm::vec2 size
 Size. 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 plane.

Member Data Documentation

◆ color

glm::vec3 Video::DebugDrawing::Plane::color

Color.

◆ depthTesting

bool Video::DebugDrawing::Plane::depthTesting

Whether to enable depth testing.

◆ duration

float Video::DebugDrawing::Plane::duration

Duration (in seconds).

◆ lineWidth

float Video::DebugDrawing::Plane::lineWidth

Line width.

◆ normal

glm::vec3 Video::DebugDrawing::Plane::normal

The plane normal.

◆ position

glm::vec3 Video::DebugDrawing::Plane::position

The center position of the plane.

◆ size

glm::vec2 Video::DebugDrawing::Plane::size

Size.


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