help -> adding texture on gluSphere

Hi all,
please can you help me with this?
I have created a gluSphere and I would like to add a texture to it. Problem is that I could not find almost anything about it.

With gluQuadricTexture() - I enable and generate texture coordinates, but how can I attach the texture to my gluSphere?

many thanks in advance…

figured out,…

classic way: loadTexture + bind it,…