Skip to content

Instantly share code, notes, and snippets.

@skrat
Last active June 20, 2017 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skrat/e7c0fabbcdc1420b8f1e2d546294dace to your computer and use it in GitHub Desktop.
Save skrat/e7c0fabbcdc1420b8f1e2d546294dace to your computer and use it in GitHub Desktop.
(defn wall-top [c]
(vary-meta
(rt/material
(rt/->FlatFill
(color/int->color c)))
assoc :rsws-constant c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment