| Package | alternativa.engine3d.materials |
| Class | public class SSAOAngular |
| Inheritance | SSAOAngular Object |
| Property | Defined By | ||
|---|---|---|---|
| falloff : Number = 0
Height addition to the work volume height on which ssao effect decays to zero. | SSAOAngular | ||
| intensity : Number = 1
Total SSAO intensity. | SSAOAngular | ||
| maxDistance : Number = 10
Height of the work volume, on which the falloff starts. | SSAOAngular | ||
| occludingRadius : Number = 1
Radius of the work volume base. | SSAOAngular | ||
| secondPassAmount : Number = 0.1
Factor of intensity of the second pass. | SSAOAngular | ||
| secondPassOccludingRadius : Number = 0.5
Radius of the second pass work volume base. | SSAOAngular | ||
| useSecondPass : Boolean = true
If true, enables second pass for small details. | SSAOAngular | ||
| Method | Defined By | ||
|---|---|---|---|
| SSAOAngular | |||
collectQuadDraw(camera:Camera3D):void | SSAOAngular | ||
| falloff | property |
public var falloff:Number = 0Height addition to the work volume height on which ssao effect decays to zero.
| intensity | property |
public var intensity:Number = 1Total SSAO intensity.
| maxDistance | property |
public var maxDistance:Number = 10Height of the work volume, on which the falloff starts.
| occludingRadius | property |
public var occludingRadius:Number = 1Radius of the work volume base.
| secondPassAmount | property |
public var secondPassAmount:Number = 0.1Factor of intensity of the second pass.
| secondPassOccludingRadius | property |
public var secondPassOccludingRadius:Number = 0.5Radius of the second pass work volume base.
| useSecondPass | property |
public var useSecondPass:Boolean = trueIf true, enables second pass for small details.
| SSAOAngular | () | Constructor |
public function SSAOAngular()| collectQuadDraw | () | method |