Packageflare.utils
Classpublic class Texture3DUtils
InheritanceTexture3DUtils Inheritance Object

The Texture3DUtils class contains help tools to work with Texture3D or BitmapData-type objects.



Public Methods
 MethodDefined By
  
toNormalMap(bitmapData:BitmapData, x:Number = 1, y:Number = 1):BitmapData
[static]
Texture3DUtils
Method Detail
toNormalMap()method
public static function toNormalMap(bitmapData:BitmapData, x:Number = 1, y:Number = 1):BitmapData

Parameters

bitmapData:BitmapData
 
x:Number (default = 1)
 
y:Number (default = 1)

Returns
BitmapData