Tao.FreeGlut SDK Documentation

Glut.glutSolidSphere Method 

[Visual Basic]
Public Shared Sub glutSolidSphere( _
   ByVal radius As Double, _
   ByVal slices As Integer, _
   ByVal stacks As Integer _
)
[C#]
public static void glutSolidSphere(
   double radius,
   int slices,
   int stacks
);

See Also

Glut Class | Tao.FreeGlut Namespace