[3D] Draws a cone.
NOTE: You must pass {:mode :webgl} to the third argument of create-game.
:radius - The radius of the cone (number)
:height - The height of the cone (number)
:detail-x - Number of segments in the x-dimension (number)
:detail-y - Number of segments in the y-dimension (number)
:cap? - Whether to draw the base of the cone (boolean)
[:rotate
{:angle (/ (js/window.performance.now) 1000), :axis :x}
[:rotate
{:angle (/ (js/window.performance.now) 1000), :axis :y}
[:cone {:radius 50, :height 100}]]]