Quote Originally Posted by -RaJ- View Post
i want to write a game for which i need few sphere control, how can i write those plz help.... . . . . .

i dont know how its done, but just need a way to do that
As you probably know, the equation of a sphere in Cartesian coordinates is

x2 + y2 + z2 = R2

R being its radius.

Do you want to draw the projection of a sphere on the screen? You should search the forum or the web for something like "3D graphics".