(defn sphere-detail "" ([^PApplet sketch res] (.sphereDetail sketch (int res))) ([^PApplet sketch ures vres] (.sphereDetail sketch (int ures) (int vres))))
Comments top
No comments for sphere-detail. Log in to add a comment.