Strata - v1.4.10
    Preparing search index...

    Interface SkyMaterialOptions

    Options for creating a sky material.

    interface SkyMaterialOptions {
        gyroTilt?: Vector2;
        time?: number;
        timeOfDay: Partial<TimeOfDayState>;
        weather?: Partial<WeatherState>;
    }
    Index

    Properties

    gyroTilt?: Vector2

    Gyroscope tilt for mobile/VR effects

    time?: number

    Animation time in seconds

    timeOfDay: Partial<TimeOfDayState>

    Time of day settings

    weather?: Partial<WeatherState>

    Weather settings