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
  
extractCubeMap(bitmapData:BitmapData):Array
[static]
Texture3DUtils
  
toNormalMap(bitmapData:BitmapData, x:Number = 1, y:Number = 1):BitmapData
[static]
Texture3DUtils
Method Detail
extractCubeMap()method
public static function extractCubeMap(bitmapData:BitmapData):Array

Parameters

bitmapData:BitmapData

Returns
Array
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