PostProcessVolumeData
此内容尚不支持你的语言。
Defined in: ecs/component.ts:1184
Properties
Section titled “Properties”blendDistance
Section titled “blendDistance”blendDistance:
number
Defined in: ecs/component.ts:1201
effects
Section titled “effects”effects:
object[]
Defined in: ecs/component.ts:1185
enabled
Section titled “enabled”enabled:
boolean
textures?
Section titled “textures?”
optionaltextures?:Record<string,string>
Texture params (LUTs, masks): sampler uniform -> serialized texture ref.
type:
string
uniforms
Section titled “uniforms”uniforms:
Record<string,number>
isGlobal
Section titled “isGlobal”isGlobal:
boolean
Defined in: ecs/component.ts:1192
priority
Section titled “priority”priority:
number
Defined in: ecs/component.ts:1199
shape:
"box"|"sphere"
Defined in: ecs/component.ts:1193
size:
object
Defined in: ecs/component.ts:1198
Half-extents of the shape (a sphere uses x as its radius). z is the
half-DEPTH of a box, where 0 means unbounded — a flat scene’s volume
reaches through every depth, and a box of no thickness would contain
nothing at all.
x:
number
y:
number
optionalz?:number
weight
Section titled “weight”weight:
number
Defined in: ecs/component.ts:1200