Strata - v1.4.10
    Preparing search index...

    Variable VolumetricPointLightConst

    VolumetricPointLight: ForwardRefExoticComponent<
        VolumetricPointLightProps & RefAttributes<VolumetricPointLightRef>,
    > = ...

    Volumetric point light with visible glow sphere for atmospheric effects. Perfect for torches, lanterns, and magical light sources.

    // Torch light
    <VolumetricPointLight
    position={[0, 2, 0]}
    color={0xffaa44}
    intensity={1.5}
    radius={5}
    flicker={0.3}
    />