Packageaway3d.core.material
Classpublic class BitmapMaterialContainer
InheritanceBitmapMaterialContainer Inheritance BitmapMaterial
ImplementsITriangleMaterial

Public Properties
 PropertyDefined by
 Inheritedax : Number
BitmapMaterial
 Inheriteday : Number
BitmapMaterial
 Inheritedaz : Number
BitmapMaterial
 Inherited_bitmap : BitmapData
BitmapMaterial
 Inheritedbitmap : BitmapData
BitmapMaterial
  bitmapDictionaryFace : FaceDictionaryVO
BitmapMaterialContainer
  bitmapDictionarySource : FaceDictionaryVO
BitmapMaterialContainer
  _bitmapRect : Rectangle
BitmapMaterialContainer
 Inheritedbx : Number
BitmapMaterial
 Inheritedby : Number
BitmapMaterial
 Inheritedbz : Number
BitmapMaterial
 Inheritedcx : Number
BitmapMaterial
 Inheritedcy : Number
BitmapMaterial
 Inheritedcz : Number
BitmapMaterial
 Inheriteddabx : Number
BitmapMaterial
 Inheriteddaby : Number
BitmapMaterial
 Inheriteddbcx : Number
BitmapMaterial
 Inheriteddbcy : Number
BitmapMaterial
 Inheriteddcax : Number
BitmapMaterial
 Inheriteddcay : Number
BitmapMaterial
 Inheriteddebug : Boolean
BitmapMaterial
 Inheriteddmax : Number
BitmapMaterial
 Inheriteddsab : Number
BitmapMaterial
 Inheriteddsbc : Number
BitmapMaterial
 Inheriteddsca : Number
BitmapMaterial
  dt : DrawTriangle
BitmapMaterialContainer
  face : Face
BitmapMaterialContainer
 Inherited_faceDictionary : Dictionary
BitmapMaterial
 InheritedfaceDictionary : Dictionary
BitmapMaterial
 InheritedfaceDictionaryVO : FaceDictionaryVO
BitmapMaterial
 Inheritedfaz : Number
BitmapMaterial
 Inheritedfbz : Number
BitmapMaterial
 Inheritedfcz : Number
BitmapMaterial
 Inheritedfocus : Number
BitmapMaterial
 Inheritedgraphics : Graphics
BitmapMaterial
 Inheritedheight : Number
BitmapMaterial
  _height : Number
BitmapMaterialContainer
 Inheritedmabx : Number
BitmapMaterial
 Inheritedmaby : Number
BitmapMaterial
 Inheritedmabz : Number
BitmapMaterial
 Inheritedmap : Matrix
BitmapMaterial
 Inheritedmapping : Matrix
BitmapMaterial
  material : IUVMaterial
BitmapMaterialContainer
  materials : Array
BitmapMaterialContainer
 Inheritedmbcx : Number
BitmapMaterial
 Inheritedmbcy : Number
BitmapMaterial
 Inheritedmbcz : Number
BitmapMaterial
 Inheritedmcax : Number
BitmapMaterial
 Inheritedmcay : Number
BitmapMaterial
 Inheritedmcaz : Number
BitmapMaterial
 Inheritedprecision : Number = 0
BitmapMaterial
 Inherited_renderBitmap : BitmapData
BitmapMaterial
 Inheritedrepeat : Boolean
BitmapMaterial
 Inheritedsession : RenderSession
BitmapMaterial
 Inheritedshape : Shape
BitmapMaterial
 Inheritedsmooth : Boolean
BitmapMaterial
 InheritedsvArray : Array
BitmapMaterial
  _transformDirty : Boolean
BitmapMaterialContainer
 Inheritedtriangle : DrawTriangle
BitmapMaterial
 Inheritedvisible : Boolean
BitmapMaterial
 Inheritedwidth : Number
BitmapMaterial
  _width : Number
BitmapMaterialContainer
 Inherited_zeroPoint : Point
BitmapMaterial
  _zeroRect : Rectangle
BitmapMaterialContainer
Public Methods
 MethodDefined by
  
BitmapMaterialContainer
(width:int, height:int, init:Object = null)
BitmapMaterialContainer
 Inherited
BitmapMaterial
 Inherited
BitmapMaterial
  
getMapping(tri:DrawTriangle):Matrix
BitmapMaterialContainer
 Inherited
renderFace(face:Face, bitmapRect:Rectangle):void
BitmapMaterial
  
renderMaterial(source:Mesh):void
BitmapMaterialContainer
 Inherited
BitmapMaterial
 Inherited
BitmapMaterial
Protected Methods
 MethodDefined by
 Inherited
renderRec(a:ScreenVertex, b:ScreenVertex, c:ScreenVertex, index:Number):void
BitmapMaterial
Property detail
bitmapDictionaryFaceproperty
public var bitmapDictionaryFace:FaceDictionaryVO
bitmapDictionarySourceproperty 
public var bitmapDictionarySource:FaceDictionaryVO
_bitmapRectproperty 
public var _bitmapRect:Rectangle
dtproperty 
public var dt:DrawTriangle
faceproperty 
public var face:Face
_heightproperty 
public var _height:Number
materialproperty 
public var material:IUVMaterial
materialsproperty 
public var materials:Array
_transformDirtyproperty 
public var _transformDirty:Boolean
_widthproperty 
public var _width:Number
_zeroRectproperty 
public var _zeroRect:Rectangle
Constructor detail
BitmapMaterialContainer()constructor
public function BitmapMaterialContainer(width:int, height:int, init:Object = null)Parameters
width:int
 
height:int
 
init:Object (default = null)
Init Parameters
Method detail
getMapping()method
public override function getMapping(tri:DrawTriangle):Matrix Parameters
tri:DrawTriangle

Returns
Matrix
renderMaterial()method 
public override function renderMaterial(source:Mesh):void Parameters
source:Mesh
Wiki link
Click to go to the wiki page for 'away3d.core.material.BitmapMaterialContainer'

Code examples

Comments