| Other |
|---|
| fx2.0.2Fixed |
|
Blocks :
|
|
|
Blocks :
|
|
|
Duplicate :
|
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);
|