67 #ifndef _graphicsproceduralroundedboxgenerator_h
68 #define _graphicsproceduralroundedboxgenerator_h
70 #include "Graphics/Procedural/Mesh/meshgenerator.h"
bool Boole
Generally acts a single bit, true or false.
Whole NumChamferSeg
The number of segments to generate along the length of the rounded edges.
A convenience buffer that stores vertices and indices of a mesh to be generated.
Real BoxChamferSize
The radius of the rounded portion of the box corners.
Whole NumSegX
The number of segments to generate along the X axis for each side.
float Real
A Datatype used to represent a real floating point number.
A base class containing all of the utilities needed for a mesh generator.
int16_t Int16
An 16-bit integer.
Vector3 BoxSize
The size of the box to generate.
This is used to represent a point in space, or a vector through space.
The bulk of the engine components go in this namspace.
unsigned long Whole
Whole is an unsigned integer, it will be at least 32bits in size.
Whole NumSegZ
The number of segments to generate along the Z axis for each side.
A generator class for a rounded box mesh.
Whole NumSegY
The number of segments to generate along the Y axis for each side.