JDK-8118904 : 3D picking doesn't work again
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2011-09-16
  • Updated: 2015-06-17
  • Resolved: 2011-09-16
Related Reports
Duplicate :  
Description
I have two 3D cubes. One on top of another. When I click the topmost one, I get click event on bottom one. (Top is longer, bottom is wider)
Comments
This is very very sad.
16-09-2011

This is a duplicate of feature request RT-13740. Picking is currently based strictly on render order in the scene graph. When depth testing is enabled, the render order and Z-order can be different.
16-09-2011