Taos API Reference
    Preparing search index...

    Interface GodrayFeatureOptions

    interface GodrayFeatureOptions {
        noises: CloudNoiseTextures;
        cloudSettings?: () => CloudSettings;
        maxSteps?: number;
        scattering?: number;
    }
    Index

    Properties

    cloudSettings?: () => CloudSettings

    Optional callback returning the cloud settings to modulate the shaft density against. Provide this when a CloudFeature is also in the pipeline so the rays dim beneath each cloud; omit for a constant full-strength shaft set.

    maxSteps?: number

    Initial maxSteps; clamp to a smaller value for performance.

    scattering?: number

    Initial Henyey-Greenstein scattering anisotropy.