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

#include <IMPrimitiveDescriptors.h>

+ Inheritance diagram for Divide::IM::BaseDescriptor:

Public Attributes

UColour4 colour { DefaultColours::WHITE }
 
mat4< F32worldMatrix
 
bool noDepth { false }
 
bool noCull { false }
 
bool wireframe { false }
 

Detailed Description

Definition at line 42 of file IMPrimitiveDescriptors.h.

Member Data Documentation

◆ colour

UColour4 Divide::IM::BaseDescriptor::colour { DefaultColours::WHITE }

Definition at line 43 of file IMPrimitiveDescriptors.h.

◆ noCull

bool Divide::IM::BaseDescriptor::noCull { false }

Definition at line 46 of file IMPrimitiveDescriptors.h.

◆ noDepth

bool Divide::IM::BaseDescriptor::noDepth { false }

Definition at line 45 of file IMPrimitiveDescriptors.h.

◆ wireframe

bool Divide::IM::BaseDescriptor::wireframe { false }

Definition at line 47 of file IMPrimitiveDescriptors.h.

◆ worldMatrix

mat4<F32> Divide::IM::BaseDescriptor::worldMatrix

Definition at line 44 of file IMPrimitiveDescriptors.h.


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