[3D] Draws a model.
NOTE: You must pass {:mode :webgl} to the third argument of create-game.
:name - The file name of the model (string)
:scale-x - Percent to scale the model in the x-axis (number)
:scale-y - Percent to scale the model in the y-axis (number)
:scale-z - Percent to scale the model in the z-axis (number)
[:rotate
{:angle (/ (js/window.performance.now) 1000), :axis :x}
[:rotate
{:angle (/ (js/window.performance.now) 1000), :axis :y}
[:model
{:name "chr_old.obj", :scale-x 10, :scale-y 10, :scale-z 10}]]]