(defn frustum "" ([^PApplet sketch l r b t near far] (.frustum sketch (float l) (float r) (float b) (float t) (float near) (float far))))
Comments top
No comments for frustum. Log in to add a comment.