-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0, fx2.0.2
-
mac os, presidio b07
next code doesn't add PointLight to the Lighting effect on mac:
Lightning l = new Lighting() {{
setLight(new PointLight() {{
setX(70);setY(120);setZ(10);
}});
}};
screenshots attached
Lightning l = new Lighting() {{
setLight(new PointLight() {{
setX(70);setY(120);setZ(10);
}});
}};
screenshots attached