Package | away3d.core.utils |
Class | public class DofCache |
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, texture:BitmapData) | DofCache | ||
getBitmap(depth:Number):BitmapData
| 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, texture:BitmapData)
Parameters
levels:Number |
|
texture:BitmapData |
getBitmap | () | method |
public function getBitmap(depth:Number):BitmapData
Parameters
depth:Number |
BitmapData |
getDofCache | () | method |
public static function getDofCache(bitmap:BitmapData):DofCache
Parameters
bitmap:BitmapData |
DofCache |
resetDof | () | method |
public static function resetDof(enabled:Boolean):void
Parameters
enabled:Boolean |