@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / components / EnvironmentFogType
Type Alias: EnvironmentFogType
ts
type EnvironmentFogType = "linear" | "exponential" | "none";Defined in: components/Environment.ts:8
Fog distance models. none disables fog.

