[3D] Draws an ellipsoid.
NOTE: You must pass {:mode :webgl} to the third argument of create-game.
:radius - The radius of the ellipsoid (number)
:height - The height of the ellipsoid (number)
:detail-x - Number of segments in the x-dimension (number)
:detail-y - Number of segments in the y-dimension (number)
[:rotate
{:angle (/ (js/window.performance.now) 1000), :axis :x}
[:rotate
{:angle (/ (js/window.performance.now) 1000), :axis :y}
[:ellipsoid {:radius-x 20, :radius-y 30, :radius-z 40}]]]