Skip to content

Instantly share code, notes, and snippets.

@skrat
Created September 27, 2016 21:09
Show Gist options
  • Save skrat/76506a0eaacaceeff378a351a7de441f to your computer and use it in GitHub Desktop.
Save skrat/76506a0eaacaceeff378a351a7de441f to your computer and use it in GitHub Desktop.
(-> spec
(assoc-in
[:uniforms :view]
(-> (mat/look-at ...)
(g/rotate-y ...)))
(update-in
[:uniforms :model]
g/* (-> M44 (g/rotate-x HALF_PI))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment