![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <IMPrimitiveDescriptors.h>
Public Attributes | |
UColour4 | colour { DefaultColours::WHITE } |
mat4< F32 > | worldMatrix |
bool | noDepth { false } |
bool | noCull { false } |
bool | wireframe { false } |
Definition at line 42 of file IMPrimitiveDescriptors.h.
UColour4 Divide::IM::BaseDescriptor::colour { DefaultColours::WHITE } |
Definition at line 43 of file IMPrimitiveDescriptors.h.
bool Divide::IM::BaseDescriptor::noCull { false } |
Definition at line 46 of file IMPrimitiveDescriptors.h.
bool Divide::IM::BaseDescriptor::noDepth { false } |
Definition at line 45 of file IMPrimitiveDescriptors.h.
bool Divide::IM::BaseDescriptor::wireframe { false } |
Definition at line 47 of file IMPrimitiveDescriptors.h.
Definition at line 44 of file IMPrimitiveDescriptors.h.