JDK-8124182 : Need to obtain projection plane
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Withdrawn
  • Submitted: 2013-02-21
  • Updated: 2015-06-17
  • Resolved: 2013-05-13
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 :  
Description
We need to obtain current projection plane, ideally from TKScene, similarly to computing pick ray (or from Scene if the computePickRay code is going to be moved there by RT-28525).

This sounds more like a feature, but a scenegraph bug RT-28507 depends on it so I'm filing it as a bug.
Comments
The picking is now fully implemented on Scenegraph level including the projection plane intersection.
13-05-2013