I want to set the lightColor property value of ModelGraphics, but when I do, I get this error:
modelGraphics.lightColor = new Cesium.ConstantProperty(
Cesium.Color.fromCssColorString('#ff0000')
);
Ask the community to help see, what is the problem? thank you