gluSphere texture coordinates

It is possible to generate automatic texture coordinates on a gluSphere using gluQuadricTexture. But this generate texture coordinates only for texture unit 0, even if the active texture is a different one. Is there a way to have the texture coordinates generated for a different texture unit?

Thanks

I don’t see why it should not work. Ensure you enable the texture generation for each texture unit and declare all texture generation function for each unit.