Packageaway3d.core.material
Classpublic class TransformBitmapMaterial
InheritanceTransformBitmapMaterial Inheritance PreciseBitmapMaterial Inheritance BitmapMaterial

Transform bitmap material

Public Properties
 PropertyDefined by
 Inheritedax : Number
PreciseBitmapMaterial
 Inheriteday : Number
PreciseBitmapMaterial
 Inheritedaz : Number
PreciseBitmapMaterial
 Inheritedbitmap : BitmapData
BitmapMaterial
 Inheritedbx : Number
PreciseBitmapMaterial
 Inheritedby : Number
PreciseBitmapMaterial
 Inheritedbz : Number
PreciseBitmapMaterial
 Inheritedcx : Number
PreciseBitmapMaterial
 Inheritedcy : Number
PreciseBitmapMaterial
 Inheritedcz : Number
PreciseBitmapMaterial
 Inheriteddabx : Number
PreciseBitmapMaterial
 Inheriteddaby : Number
PreciseBitmapMaterial
 Inheriteddbcx : Number
PreciseBitmapMaterial
 Inheriteddbcy : Number
PreciseBitmapMaterial
 Inheriteddcax : Number
PreciseBitmapMaterial
 Inheriteddcay : Number
PreciseBitmapMaterial
 Inheriteddebug : Boolean
BitmapMaterial
 Inheriteddmax : Number
PreciseBitmapMaterial
 Inheriteddsab : Number
PreciseBitmapMaterial
 Inheriteddsbc : Number
PreciseBitmapMaterial
 Inheriteddsca : Number
PreciseBitmapMaterial
 Inheritedfaz : Number
PreciseBitmapMaterial
 Inheritedfbz : Number
PreciseBitmapMaterial
 Inheritedfcz : Number
PreciseBitmapMaterial
 Inheritedfocus : Number
PreciseBitmapMaterial
 Inheritedheight : Number
BitmapMaterial
  isNormalized : Boolean
[read-only]
TransformBitmapMaterial
 Inheritedmabx : Number
PreciseBitmapMaterial
 Inheritedmaby : Number
PreciseBitmapMaterial
 Inheritedmabz : Number
PreciseBitmapMaterial
 Inheritedmap : Matrix
PreciseBitmapMaterial
 Inheritedmapping : Matrix
BitmapMaterial
 Inheritedmbcx : Number
PreciseBitmapMaterial
 Inheritedmbcy : Number
PreciseBitmapMaterial
 Inheritedmbcz : Number
PreciseBitmapMaterial
 Inheritedmcax : Number
PreciseBitmapMaterial
 Inheritedmcay : Number
PreciseBitmapMaterial
 Inheritedmcaz : Number
PreciseBitmapMaterial
  normal : Number3D
[read-only]
TransformBitmapMaterial
 Inheritedprecision : Number = 1
PreciseBitmapMaterial
 Inheritedrepeat : Boolean
BitmapMaterial
  scalex : Boolean
[read-only]
TransformBitmapMaterial
  scaley : Boolean
[read-only]
TransformBitmapMaterial
 Inheritedsession : RenderSession
PreciseBitmapMaterial
 Inheritedsmooth : Boolean
BitmapMaterial
 InheritedsvArray : Array
PreciseBitmapMaterial
  transform : Matrix
[read-only]
TransformBitmapMaterial
 Inheritedtriangle : DrawTriangle
PreciseBitmapMaterial
 Inheritedvisible : Boolean
BitmapMaterial
 Inheritedwidth : Number
BitmapMaterial
Protected Properties
 PropertyDefined by
  _isNormalized : Boolean
TransformBitmapMaterial
  _normal : Number3D
TransformBitmapMaterial
  _scalex : Boolean
TransformBitmapMaterial
  _scaley : Boolean
TransformBitmapMaterial
  _transform : Matrix
TransformBitmapMaterial
Public Methods
 MethodDefined by
  
TransformBitmapMaterial
(bitmap:BitmapData, init:Object = null)
TransformBitmapMaterial
 Inherited
PreciseBitmapMaterial
  
getTransform(w:Number, h:Number):Matrix
TransformBitmapMaterial
 Inherited
PreciseBitmapMaterial
  
setUVPoint(uv:Point, p:Vertex3D):void
TransformBitmapMaterial
Protected Methods
 MethodDefined by
 Inherited
renderRec(a:ScreenVertex, b:ScreenVertex, c:ScreenVertex, index:Number):void
PreciseBitmapMaterial
Property detail
_isNormalizedproperty
protected var _isNormalized:Boolean
isNormalizedproperty 
isNormalized:Boolean  [read-only]Implementation
    public function get isNormalized():Boolean
_normalproperty 
protected var _normal:Number3D
normalproperty 
normal:Number3D  [read-only]Implementation
    public function get normal():Number3D
_scalexproperty 
protected var _scalex:Boolean
scalexproperty 
scalex:Boolean  [read-only]Implementation
    public function get scalex():Boolean
_scaleyproperty 
protected var _scaley:Boolean
scaleyproperty 
scaley:Boolean  [read-only]Implementation
    public function get scaley():Boolean
_transformproperty 
protected var _transform:Matrix
transformproperty 
transform:Matrix  [read-only]Implementation
    public function get transform():Matrix
Constructor detail
TransformBitmapMaterial()constructor
public function TransformBitmapMaterial(bitmap:BitmapData, init:Object = null)Parameters
bitmap:BitmapData
 
init:Object (default = null)
Init Parameters
Method detail
getTransform()method
public function getTransform(w:Number, h:Number):Matrix Parameters
w:Number
 
h:Number

Returns
Matrix
setUVPoint()method 
public function setUVPoint(uv:Point, p:Vertex3D):void Parameters
uv:Point
 
p:Vertex3D
Wiki link
Click to go to the wiki page for 'away3d.core.material.TransformBitmapMaterial'

Code examples

Comments