View front part of a sphere

I am using gluSphere and i draw a sphere. But i want to see only the lines that are front of the sphere . How can i only see the front of the sphere without seeing the back part of the sphere ?

  1. enable face culling

  2. define a clipping plane that clips half of the sphere away and leaves only the front part.