Selection inside a non-rect polygon...

Hi,

I need to select stuff inside a user-defined polygon. Is there an easy way to do so ?

Up to now I guess I’ll have to use pixel operations on stencils to create a mask from the polyline, then render the scene with a stencil test in selection mode.

Is there an easier way to do so ?