Strata - v1.4.10
    Preparing search index...

    Interface GodRaysRef

    Ref interface for GodRays imperative control

    interface GodRaysRef {
        material: ShaderMaterial | null;
        setIntensity: (intensity: number) => void;
        setLightPosition: (position: Vector3) => void;
    }
    Index

    Properties

    material: ShaderMaterial | null
    setIntensity: (intensity: number) => void
    setLightPosition: (position: Vector3) => void