#include <Mesh_Sphere.h>
Inheritance diagram for Mesh_Sphere:

Public Member Functions | |
| Mesh_Sphere (Real radius, int nRings=16, int nSegments=16) | |
| Constructor. | |
| virtual | ~Mesh_Sphere () |
| Destruction. | |
Protected Member Functions | |
| void | fillMesh () |
| This function inserts all the vertices of the mesh, and defines all its triangles. | |
|
||||||||||||||||
|
Constructor.
|
1.4.6-NO