The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Create a rectangle, put it into a group, call setTranslateZ(10) on the rectangle. With the default parallel camera, the rectangle cannot be picked.
Comments
Duplicates RT-28446.
13-05-2013
The picking is stopped by group's bounds check, because bounds are on z=50 and we test pick point [x, y] with an implicit z=0, so containsBounds() returns false.