67 #ifndef _graphicsproceduralcylindergenerator_h
68 #define _graphicsproceduralcylindergenerator_h
70 #include "Graphics/Procedural/Mesh/meshgenerator.h"
Real CylinderHeight
The height of the cylinder.
bool Boole
Generally acts a single bit, true or false.
A convenience buffer that stores vertices and indices of a mesh to be generated.
A generator class for a cylinder mesh with flat ends.
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.
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.
Boole CapEnds
Whether or not the ends of the cylinder will be generated/closed.
Real CylinderRadius
The radius of the cylinder.
Whole NumSegCircle
The resolution of the circular component of the cylinder.
Whole NumSegHeight
The number of segments in the cylinders length.