:plane

Example

[3D] Draws a plane. NOTE: You must pass {:mode :webgl} to the third argument of create-game. :width - The width of the plane (number) :height - The height of the plane (number) :detail-x - Triangle subdivisions in the x-dimension (number) :detail-y - Triangle subdivisions in the y-dimension (number)
[:rotate {:angle (/ (js/window.performance.now) 1000), :axis :x} [:rotate {:angle (/ (js/window.performance.now) 1000), :axis :y} [:plane {:width 50, :height 50}]]]