JDK-8123345 : Weird black shadows in d3d on Windows
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:8
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2013-06-19
Updated:2015-06-17
Resolved:2013-08-20
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.
Shapes3DSubSceneLightTester toy shows weird black shadows of 3D objects when it is running in d3d on Windows which doesn't happen with es2 on Windows
Comments
Verified, that rendering is correct in d3d
04-09-2013
changeset: 4753:971dc9e115c3
date: Tue Aug 20 16:05:01 2013 -0700
http://jfxsrc.us.oracle.com/javafx/8.0/scrum/graphics/rt/rev/971dc9e115c3
Reviewed and approved by Kevin and Chien.
20-08-2013
SubScene and Scene are sharing a single depth buffer
20-08-2013
I'm assigning this bug to Thor since he might have fixed this in his MSAA work for d3d.