(defn directional-light "" ([^PApplet sketch r g b nx ny nz] (.directionalLight sketch (float r) (float g) (float b) (float nx) (float ny) (float nz))))
Comments top
No comments for directional-light. Log in to add a comment.