Constructor

@:value({ stepSize : -1, maxBlurY : 3, maxBlurX : 3 })new(maxBlurX:Int = 3, maxBlurY:Int = 3, stepSize:Int = -1)

Creates a new DepthOfFieldFilter3D object.

Parameters:

blurX

The maximum amount of horizontal blur to apply

blurY

The maximum amount of vertical blur to apply

stepSize

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

Variables

Methods

Inherited Variables

Defined by Filter3DBase

Inherited Methods

Defined by Filter3DBase

dispose():Void

getMainInputTexture(stage3DProxy:Stage3DProxy):Texture