-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
Effect is broken on Group with 3D transformed children when z-order is enabled. Attached is a simple test program to illustrate the visual bug.
The rendering looks correct, if the following 2 code statements, in the test program, is enabled:
// To reproduce the bug comment out the 2 lines below:
// group.setRotationAxis(Rotate.Y_AXIS);
// group.setRotate(-20);
The rendering looks correct, if the following 2 code statements, in the test program, is enabled:
// To reproduce the bug comment out the 2 lines below:
// group.setRotationAxis(Rotate.Y_AXIS);
// group.setRotate(-20);
- 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