How To Draw An Ellipse

Hi

I am able to draw an circle using gluDisk but I was wondering how can i draw an ellipse in opengl

thx in advance

Hi !

You use glScaleā€¦

Mikael

Scaling can screw up your normals so you might want to draw it yourself using sin/cos functions and a triangle fan