67 #ifndef _graphicsproceduralconegenerator_h
68 #define _graphicsproceduralconegenerator_h
70 #include "Graphics/Procedural/Mesh/meshgenerator.h"
Real ConeRadius
The radius of the cone.
A convenience buffer that stores vertices and indices of a mesh to be generated.
A generator class for a cone mesh.
float Real
A Datatype used to represent a real floating point number.
Whole NumSegCircle
The resolution of the circular component of the cone.
A base class containing all of the utilities needed for a mesh generator.
Whole NumSegHeight
The number of segments in the cones length.
Real ConeHeight
The height of the cone.
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.