Packageorg.ffilmation.utils
Classpublic class BumpMap

BumpMap class From Ralph Hauwert's at UnitZeroOne (ralph



Public Properties
 PropertyDefined by
  COMPONENT_X : Number = 1
[static]
BumpMap
  COMPONENT_Y : Number = 2
[static]
BumpMap
  inputData : BitmapData
BumpMap
  outputData : BitmapData
[read-only]
BumpMap
Public Methods
 MethodDefined by
  
BumpMap(inputData:BitmapData)
BumpMap
Property detail
COMPONENT_Xproperty
public static var COMPONENT_X:Number = 1
COMPONENT_Yproperty 
public static var COMPONENT_Y:Number = 2
inputDataproperty 
inputData:BitmapData  [read-write]Implementation
    public function get inputData():BitmapData
    public function set inputData(value:BitmapData):void
outputDataproperty 
outputData:BitmapData  [read-only]Implementation
    public function get outputData():BitmapData
Constructor detail
BumpMap()constructor
public function BumpMap(inputData:BitmapData)Parameters
inputData:BitmapData