clicking on IRREGULAR 3D shape
in
Programming Questions
•
2 years ago
Hi,
Is there a way to click on 3D shapes drawn using
beginShape() and
endShape()?
I am drawing some shapes using
beginShape(QUADS) and
vertex(x, y, z) and want to be able to select the shape afterwards. Is this possible?
Thanks
EDIT: I realize you there are libraries for helping click shapes such as boxes and spheres, i.e.
http://code.google.com/p/processing-picking-library/ but as far as i know it doesn't work for irregular shapes drawn with beginShape() and endShape() -- or does it??
1