ogl.shapecanvas overlapping detection

hello everbody.

i'm working with ogl to develop a little tool; everthing work fine but
i have a little proble. is there a way to detect that two shapes are
overlaping ???

thanks in advance

Not that I see, but you could probably do a rough estimation by taking the position and bounding box of each item and checking if there is an intersection with each of the other items.

···

On 10/11/11 9:02 AM, the_little_big_man wrote:

hello everbody.

i'm working with ogl to develop a little tool; everthing work fine but
i have a little proble. is there a way to detect that two shapes are
overlaping ???

--
Robin Dunn
Software Craftsman