We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Does P5.js currently support hit detection for irregular shapes? A star for example.
Processing, and therefore P5.js, is a rather low level framework, so it doesn't offer any hit detection facility, even for regular shapes. At best, it gives dist() to testing collision of circles...
Comments
Processing, and therefore P5.js, is a rather low level framework, so it doesn't offer any hit detection facility, even for regular shapes. At best, it gives dist() to testing collision of circles...