Package | away3d.core.utils |
Class | public class DofCache |
Inheritance | DofCache Object |
Property | Defined By | ||
---|---|---|---|
aperture : Number = 22 [static] | DofCache | ||
doflevels : Number = 16 [static] | DofCache | ||
focus : Number [static] | DofCache | ||
maxblur : Number = 150 [static] | DofCache | ||
usedof : Boolean = false [static] | DofCache |
Method | Defined By | ||
---|---|---|---|
DofCache(levels:Number, material:BitmapMaterial) | DofCache | ||
getBitmapMaterial(depth:Number):BitmapMaterial | DofCache | ||
[static] | DofCache | ||
resetDof(enabled:Boolean):void [static] | DofCache |
aperture | property |
public static var aperture:Number = 22
doflevels | property |
public static var doflevels:Number = 16
focus | property |
public static var focus:Number
maxblur | property |
public static var maxblur:Number = 150
usedof | property |
public static var usedof:Boolean = false
DofCache | () | Constructor |
public function DofCache(levels:Number, material:BitmapMaterial)
levels:Number | |
material:BitmapMaterial |
getBitmapMaterial | () | method |
public function getBitmapMaterial(depth:Number):BitmapMaterial
Parameters
depth:Number |
BitmapMaterial |
getDofCache | () | method |
public static function getDofCache(material:BitmapMaterial):DofCache
Parameters
material:BitmapMaterial |
DofCache |
resetDof | () | method |
public static function resetDof(enabled:Boolean):void
Parameters
enabled:Boolean |