![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <IMPrimitiveDescriptors.h>
Public Attributes | |
vec3< F32 > | min { VECTOR3_UNIT * -0.5f } |
vec3< F32 > | max { VECTOR3_UNIT * 0.5f } |
![]() | |
UColour4 | colour { DefaultColours::WHITE } |
mat4< F32 > | worldMatrix |
bool | noDepth { false } |
bool | noCull { false } |
bool | wireframe { false } |
Definition at line 58 of file IMPrimitiveDescriptors.h.
vec3<F32> Divide::IM::BoxDescriptor::max { VECTOR3_UNIT * 0.5f } |
Definition at line 60 of file IMPrimitiveDescriptors.h.
vec3<F32> Divide::IM::BoxDescriptor::min { VECTOR3_UNIT * -0.5f } |
Definition at line 59 of file IMPrimitiveDescriptors.h.