Constructor

@:value({ stepSize : -1, blurY : 3, blurX : 3 })new(blurX:Int = 3, blurY:Int = 3, stepSize:Int = -1)

Creates a new BlurFilter3D object

Parameters:

blurX

The amount of horizontal blur to apply

blurY

The amount of vertical blur to apply

stepSize

The distance between samples. Set to -1 to autodetect with acceptable quality.

Variables

blurX:Int

blurY:Int

Methods

Inherited Variables

Defined by Filter3DBase

Inherited Methods

Defined by Filter3DBase

dispose():Void

getMainInputTexture(stage3DProxy:Stage3DProxy):Texture

update(stage:Stage3DProxy, camera:Camera3D):Void