Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GenQuadrics.h
Go to the documentation of this file.
1 
2 #ifndef GLSDK_MESH_GENERATE_QUADRICS_H
3 #define GLSDK_MESH_GENERATE_QUADRICS_H
4 
10 #include "GenDescriptors.h"
11 
12 namespace glmesh
13 {
14  class Mesh;
15 
16  namespace gen
17  {
20 
27 
28 
42  Mesh *UnitSphere(int numHorizSlices, int numVertSlices);
43 
45 
47  }
48 }
49 
50 
51 
52 #endif //GLSDK_MESH_GENERATE_QUADRICS_H