JDK-8111440 : Effect, with Z-order enabled, breaks on ovelapping 3D transformed shape nodes.
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2011-02-28
  • Updated: 2015-06-16
  • Resolved: 2011-07-30
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.0Fixed
Related Reports
Blocks :  
Blocks :  
Duplicate :  
Description
Effect is broken when Z-order is enabled on scene with overlapping 3D transformed shape node. Attached is a simple test program to illustrate this rendering bug. 

The rendering looks correct if the following 2 code statements, in the test program, is comment out:

	group.setRotationAxis(Rotate.Y_AXIS);
	group.setRotate(-30.0);


Comments
Verified with b42
02-09-2011

Fixed by disabling the optimized DropShadow rendering when Z buffers are being used.
30-07-2011

I've attached images I get with the latest presidio-graphics-scrum: Product: javafx-2.0beta Platform: windows-i586 Build-Number: 2445 Build-ID: 2011-07-18_11-22-38 I see strange vertical white lines but Z-order seems to be correct. Chien, could you please comment on this. As I don't quite understand what this issue is about.
19-07-2011