Strata - v1.4.10
    Preparing search index...

    Interface ShadowSystem

    interface ShadowSystem {
        dispose: () => void;
        light: DirectionalLight;
        update: (camera: Camera, scene: Scene) => void;
    }
    Index

    Properties

    Properties

    dispose: () => void
    light: DirectionalLight
    update: (camera: Camera, scene: Scene) => void