JDK-8092189 : Render 3D content in Group with effect, clip, or opacity without flattening transforms
Type:Enhancement
Component:javafx
Sub-Component:graphics
Affected Version:fx2.0
Priority:P3
Status:Open
Resolution:Unresolved
Submitted:2011-08-11
Updated:2018-09-05
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.
We need to look into fixing the flattening of the transforms that happens on a Group node with an effect, clip, or opacity with 3D transformed children.
Comments
There is a slider in the app to change opacity of the first row of images.
22-05-2013
Attaching Bug.java to reproduce problem with opacity. When opacity changes from 1 to less than 1, 3D rendering is replaced with 2D rendering. See the screenshots attached.