Strata - v1.4.10
    Preparing search index...

    Interface EmitterShapeParams

    Dimensions and configuration for emission shapes.

    interface EmitterShapeParams {
        angle?: number;
        depth?: number;
        direction?: Vector3;
        height?: number;
        radius?: number;
        width?: number;
    }
    Index

    Properties

    angle?: number

    Opening angle for 'cone' shape in radians.

    depth?: number

    Depth for 'box' shape.

    direction?: Vector3

    Orientation vector for directional shapes.

    height?: number

    Height for 'box' and 'cone' shapes.

    radius?: number

    Radius for 'sphere' and 'cone' shapes.

    width?: number

    Width for 'box' shape.