Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::IM::BoxDescriptor Struct Referencefinal

#include <IMPrimitiveDescriptors.h>

+ Inheritance diagram for Divide::IM::BoxDescriptor:

Public Attributes

vec3< F32min { VECTOR3_UNIT * -0.5f }
 
vec3< F32max { VECTOR3_UNIT * 0.5f }
 
- Public Attributes inherited from Divide::IM::BaseDescriptor
UColour4 colour { DefaultColours::WHITE }
 
mat4< F32worldMatrix
 
bool noDepth { false }
 
bool noCull { false }
 
bool wireframe { false }
 

Detailed Description

Definition at line 58 of file IMPrimitiveDescriptors.h.

Member Data Documentation

◆ max

vec3<F32> Divide::IM::BoxDescriptor::max { VECTOR3_UNIT * 0.5f }

Definition at line 60 of file IMPrimitiveDescriptors.h.

◆ min

vec3<F32> Divide::IM::BoxDescriptor::min { VECTOR3_UNIT * -0.5f }

Definition at line 59 of file IMPrimitiveDescriptors.h.


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