Unofficial OpenGL Software Development Kit
0.5.0
|
Defines mesh generators for various quadric and curved surfaces. More...
#include "GenDescriptors.h"
Go to the source code of this file.
Namespaces | |
namespace | glmesh |
The main namespace for the GL Mesh library. All GL Mesh functions are in this namespace. | |
Functions | |
Quadric Surfaces | |
Quadric Surfaces are curved surfaces defined by multi-dimensional quadratic equations. It is a special class of surface that includes cones, cylinders, and spheres. These functions generate unit meshes for these shapes. | |
Mesh * | glmesh::gen::UnitSphere (int numHorizSlices, int numVertSlices) |
Creates a unit sphere at the origin. More... | |
Defines mesh generators for various quadric and curved surfaces.