-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: fx2.0, fx2.0.2
-
Component/s: javafx
-
Environment:
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