BlurPostProcess

PostProcess

Description

class BlurPostProcess extends PostProcess

Constructor

new BlurPostProcess(name, direction, kernel, options, PostProcessOptions, camera, samplingMode, engine, reusable, textureType)

Parameters

Name Type Description
name string
direction Vector2
kernel number
options number or PostProcessOptions
camera Nullable<Camera>
optional samplingMode number
optional engine Engine
optional reusable boolean

Members

direction : Vector2

kernel : number

Gets the length in pixels of the blur sample region

Sets the length in pixels of the blur sample region

packedFloat : boolean

Gets wether or not the blur is unpacking/repacking floats

Sets wether or not the blur needs to unpack/repack floats