oakes / play-clj

A Clojure game library
The Unlicense
939 stars 73 forks source link

Added the ability to get the up vector of a camera. #67

Closed kamn closed 9 years ago

kamn commented 9 years ago

I am working on a First Person 3D controller based off of this example. I just implemented the getting of the camera up vector. I didn't implement the setter because I didn't need it but if you want that before merging tell me.

oakes commented 9 years ago

Thanks! I added up! as well.