JDK-8124036 : Scene should be picked on projection plane
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Withdrawn
  • Submitted: 2013-02-20
  • Updated: 2015-06-17
  • Resolved: 2013-05-07
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.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Blocks :  
Blocks :  
Description
When no node is picked, we pick the scene. The local coordinates and the coordinates in PickResult should represent the intersection of pick ray and the projection plane. It works in the default camera position, but is broken when camera is moved or configured to use different projection plane.
Comments
The description is wrong, picking of projection plane works fine (at least after all the other camera changes).
07-05-2013