Skip to content

Type alias: DepthOfViewSetting

Ƭ DepthOfViewSetting: Object

dpeth of view effect

Type declaration

NameTypeDescription
enableboolean-
iterationCountnumberBlur Effect Iterations
pixelOffsetnumberthe distance of Blur effect pixel diffusion
nearnumberthe pixel below this distance to camera will not be blurred
farnumberthe pixel above this distance will experience maximum blurring, [near,far]: the pixel between near and far will be blurred with linear interpolation coefficients between [0,1]

Defined in

src/setting/post/DepthOfViewSetting.ts:7