ThingOrigin.js
    Preparing search index...

    Interface webgpuFeaturesParams

    interface webgpuFeaturesParams {
        bloom?: { active?: boolean; strength?: number };
        clusteredLighting?: { active?: boolean; maxLights?: number };
        opaqueClear?: boolean;
        scatteringFog?: {
            active?: boolean;
            color?: string;
            density?: number;
            sunDirection?: xyz;
        };
        ssr?: { active?: boolean; denoise?: boolean };
    }
    Index

    Properties

    bloom?: { active?: boolean; strength?: number }

    TSL 后处理:泛光

    clusteredLighting?: { active?: boolean; maxLights?: number }

    集群光照(多光源夜景)

    opaqueClear?: boolean

    WebGPU 预乘 Alpha 修正(r185 透明混合)

    scatteringFog?: {
        active?: boolean;
        color?: string;
        density?: number;
        sunDirection?: xyz;
    }

    TSL 物理雾(scene.fogNode)

    ssr?: { active?: boolean; denoise?: boolean }

    降噪 SSR 屏幕空间反射