ThingOrigin.js
Preparing search index...
webgpuFeaturesParams
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?
clustered
Lighting?
opaque
Clear?
scattering
Fog?
ssr?
Properties
Optional
bloom
bloom
?:
{
active
?:
boolean
;
strength
?:
number
}
TSL 后处理:泛光
Optional
clustered
Lighting
clusteredLighting
?:
{
active
?:
boolean
;
maxLights
?:
number
}
集群光照(多光源夜景)
Optional
opaque
Clear
opaqueClear
?:
boolean
WebGPU 预乘 Alpha 修正(r185 透明混合)
Optional
scattering
Fog
scatteringFog
?:
{
active
?:
boolean
;
color
?:
string
;
density
?:
number
;
sunDirection
?:
xyz
;
}
TSL 物理雾(scene.fogNode)
Optional
ssr
ssr
?:
{
active
?:
boolean
;
denoise
?:
boolean
}
降噪 SSR 屏幕空间反射
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bloom
clustered
Lighting
opaque
Clear
scattering
Fog
ssr
ThingOrigin.js
Loading...