67 #ifndef _graphicsproceduralcapsulegenerator_h
68 #define _graphicsproceduralcapsulegenerator_h
70 #include "Graphics/Procedural/Mesh/meshgenerator.h"
A convenience buffer that stores vertices and indices of a mesh to be generated.
Whole NumRings
The resolution of both hemispheres at the end of the capsule.
Real CapsuleRadius
The radius of the capsule main body.
Whole NumSegHeight
The number of segments in the capsules body length.
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.
A generator class for a capsule mesh with rounded ends.
Whole NumSegCircle
The resolution of the circular component of the capsule.
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.
Real CapsuleHeight
The total height of the capsule main body.