View source
class VDepthOfFieldFilter3D
package away3d.filters
extends Filter3DBase
Available on all platforms
Constructor
new(maxBlur:Int = 3, stepSize:Int = -1)
Creates a new VDepthOfFieldFilter3D object
Parameters:
amount | The amount of blur to apply in pixels |
|---|---|
stepSize | The distance between samples. Set to -1 to autodetect with acceptable quality. |