API Referenceatlas
Fog
Fog color and intensity used by the scene environment.
Module: atlas
Fog color and intensity used by the scene environment.
Declaration
export type Fog = {
color: Color;
intensity: number;
};Properties
color
color: Color;intensity
intensity: number;