JDK-8102137 : Clean up picking implementation for SubScene
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: scenegraph
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2013-03-21
  • Updated: 2015-06-16
  • Resolved: 2013-03-22
Related Reports
Relates :  
Description
SubScene has a few TODO that relate to picking, in particular creation of a methods:
-	Camera.computePickRay, which allows SubScene to generate a pickray independent of the scene's camera.
-	PickResultChooser.impl_setPickResult.  Which allows SubScene to create a new PickRay and Chooser, and force its results.

Comments
The impl_setPickResult issue fixed by changeset 926f12bce792. Picking should now work correctly for subScenes with all camera and depth-testing combinations. See RT-29106.
22-03-2013

The computePickRay part is covered by RT-20683.
22-03-2013