environmentMapManager

The properties for managing dynamic environment maps on this model. Affects lighting.

// Change the ground color used for a model's environment map to a forest green
const environmentMapManager = model.environmentMapManager;
environmentMapManager.groundColor = Color.fromCssColorString("#203b34");

See also