JDK-8112842 : Ensemble 3D cubes: switching between sample and source code causes clipping problems
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2011-06-04
  • Updated: 2015-06-16
  • Resolved: 2011-08-19
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
fx2.0Resolved
Related Reports
Duplicate :  
Relates :  
Description
When you select the 3D cubes sample in Ensemble and then click on the source code tab and then back to the sample, the lower half of the sample will not be drawn but will be clipped out. If you repeatedly do this, it will be shown correctly half of the time and incorrectly half of the time, toggling each time. It is consistent in its behavior.
Comments
This is a duplicate of RT-15117
19-08-2011

The bug still happens on my Nvidia card. I suspect that this bug and RT-15117 are the same issue.
27-07-2011

This may be related to RT-15117. I don't see it happen on my system with Intel HD. I will test with Nvidia and report.
27-07-2011

This doesn't happen on Mac OGL so expect its a graphics issue. Also if you look closely when the 3D is clipped it is not doing depth testing. This may go away once we have fixed RT-14078 and can have 3D content the child of 2D content as we could then remove the clip on the 3D content.
15-06-2011