shpere to elipse

i would like to create an 3d eliptical sphere. how do i go about it?

  1. you know how to create a simple sphere ? yes => ok else search this board …
  2. you know how you multiply a vertex with a matrix (not over opengl) => yes go to next step, else try to find out how it would be done
  3. scale your matrix axis as long as the elipse should be in x,y,z ( length of 1 is orginal size, 0.5 half, 2 double and so on)
  4. multiply each vertex of the sphere with the matrix of 3.
    5 done … and its precalculated …

thanks ill give that a go my good man.