-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
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);
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);
- blocks
-
JDK-8099880 Resolve grouping semantic for opacity or effects with 3D transforms
- Resolved
-
JDK-8095362 Effect implementation needs to be 3D aware
- Resolved
- duplicates
-
JDK-8108497 Effects break Z-order
- Closed