View source
class DepthOfFieldFilter3D
package away3d.filters
extends Filter3DBase
Available on all platforms
Constructor
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. |