JDK-8099879 : Implement 3D picking for all primitives
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx1.3
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2009-07-30
  • Updated: 2015-06-16
  • Resolved: 2010-02-16
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.
Other
fx1.3Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Description
We need to implement 3D picking support to all 2D primitives, currently only CustomNode, ImageView and MediaView are supported. Group node is hacked to alway return true.

To the extent that it makes sense, 2D and 3D picking should be integrated.
Comments
Fixed. Changeset: 3c502527f24b Author: Chien Yang <chien.yang@sun.com> Date: Mon Feb 15 20:29:17 2010 -0800 URL: http://jfxsrc.sfbay.sun.com/javafx/soma/scrum/graphics/runtime/rev/3c502527f24b
16-02-2010