Skip to content

Instantly share code, notes, and snippets.

@rlm
Created July 22, 2011 18:07
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 rlm/1100014 to your computer and use it in GitHub Desktop.
Save rlm/1100014 to your computer and use it in GitHub Desktop.
(defn box
[& {name :name material :material color :color mass :mass friction :friction
texture :texture [l w h] :size [x y z] :position
:as user
:or
{:name "box" :material "Common/MatDefs/Misc/Unshaded.j3md"
:color ColorRGBA/Blue :texture false :size [1 1 1]
:position [0 0 0] :mass 5 :friction 0.1}}]
STUFF...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment