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

#include <IMPrimitiveDescriptors.h>

+ Inheritance diagram for Divide::IM::SphereDescriptor:

Public Attributes

vec3< F32center { VECTOR3_ZERO }
 
F32 radius { 1.f }
 
U8 slices { 8u }
 
U8 stacks { 8u }
 
- 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 67 of file IMPrimitiveDescriptors.h.

Member Data Documentation

◆ center

vec3<F32> Divide::IM::SphereDescriptor::center { VECTOR3_ZERO }

Definition at line 68 of file IMPrimitiveDescriptors.h.

◆ radius

F32 Divide::IM::SphereDescriptor::radius { 1.f }

Definition at line 69 of file IMPrimitiveDescriptors.h.

◆ slices

U8 Divide::IM::SphereDescriptor::slices { 8u }

Definition at line 70 of file IMPrimitiveDescriptors.h.

◆ stacks

U8 Divide::IM::SphereDescriptor::stacks { 8u }

Definition at line 71 of file IMPrimitiveDescriptors.h.


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