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