Strata - v1.4.10
    Preparing search index...

    Interface SnowProps

    Props for the Snow component.

    interface SnowProps {
        areaSize?: number;
        color?: ColorRepresentation;
        count?: number;
        flakeSize?: number;
        height?: number;
        intensity?: number;
        wind?: Vector3;
    }
    Index

    Properties

    areaSize?: number

    Size of the area covered by snow. Default: 50.

    color?: ColorRepresentation

    Tint color for snowflakes. Default: white.

    count?: number

    Number of active snowflakes. Default: 5000.

    flakeSize?: number

    Average size of each snowflake. Default: 0.15.

    height?: number

    Maximum height from which snow falls. Default: 30.

    intensity?: number

    Visual density and opacity of the snow (0-1). Default: 1.0.

    wind?: Vector3

    Wind vector affecting snowflake drift. Default: [0.3, 0, 0.1].