I’m trying to create a greased line with a specific width and then make it pickable when I click on it. I have the problem that only the middle of the line is pickable, when moving the cursor closer to the edge it is not pickable anymore.
Is it possible to make the line pickable everywhere?
Thanks for your help!
Setting the intersectionTreshold property to 1 solved it for me.
I have updated the playground a little bit if anyone else is looking for the solution.