(defn specular "" ([^PApplet sketch gray] (.specular sketch (float gray))) ([^PApplet sketch gray alpha] (.specular sketch (float gray) (float alpha))) ([^PApplet sketch x y z] (.specular sketch (float x) (float y) (float z))) ([^PApplet sketch x y z a] (.specular sketch (float x) (float y) (float z) (float a))))
Comments top
No comments for specular. Log in to add a comment.