Toggle Sidebar B
Light & dark mode D

StudioBackground

Multi-light studio background with ambient motion.

Multi-light studio background with ambient motion.

Props

PropTypeDefaultDescription
colorcolor#d8dbecBase studio surface color
keyColorcolor#d5e4eaColor of the overhead key light
keyIntensityrange40Intensity of the key light
keySoftnessrange50How diffuse the key light is
fillColorcolor#d5e4eaColor of the side fill lights
fillIntensityrange10Intensity of the fill lights
fillSoftnessrange70How diffuse the fill lights are
fillAnglerange70How far apart the fill lights are from center
backColorcolor#c8d4e8Color of the upward back wash
backIntensityrange20Intensity of the back wash
backSoftnessrange80How diffuse the back wash is
brightnessrange20Overall ambient light level
vignetterange0Edge darkening
centerposition{"x":0.5,"y":0.8}Where the spotlight meets the floor
lightTargetrange100How far toward the floor vs wall the spotlights aim
wallCurvaturerange10How rounded the cove is
ambientIntensityrange50Intensity of drifting ambient lights
ambientSpeedrange2Drift speed
seedrange0Seed for ambient pattern

Usage

vue
<Shader>
  <StudioBackground
    color="#d8dbec"
  />
</Shader>