Type alias LightDefinition

LightDefinition: { path?: string; shadowGenerator?: ShadowGeneratorDefinition; type: "baked" | "hemispheric" | "point" | "directional" | "spot" }

Type declaration

  • Optional path?: string
  • Optional shadowGenerator?: ShadowGeneratorDefinition
  • type: "baked" | "hemispheric" | "point" | "directional" | "spot"

Generated using TypeDoc