Packageaway3d.materials
Classpublic class PhongBitmapMaterialCache
InheritancePhongBitmapMaterialCache Inheritance BitmapMaterialContainer Inheritance BitmapMaterial

Public Properties
 PropertyDefined by
  ambientShader : AmbientShader
PhongBitmapMaterialCache
 Inheritedax : Number
BitmapMaterial
 Inheriteday : Number
BitmapMaterial
 Inheritedaz : Number
BitmapMaterial
 Inherited_bitmap : BitmapData
BitmapMaterial
 Inheritedbitmap : BitmapData
BitmapMaterial
  bitmapMaterial : BitmapMaterial
PhongBitmapMaterialCache
 Inherited_bitmapRect : Rectangle
BitmapMaterial
 Inherited_blendMode : String
BitmapMaterial
 InheritedblendMode : String
BitmapMaterial
 Inheritedbx : Number
BitmapMaterial
 Inheritedby : Number
BitmapMaterial
 Inheritedbz : Number
BitmapMaterial
 Inherited_cache : Boolean
BitmapMaterialContainer
 Inheritedcache : Boolean
BitmapMaterialContainer
 Inherited_cacheDictionary : Dictionary
BitmapMaterialContainer
 InheritedcolorTransform : ColorTransform
BitmapMaterialContainer
 Inherited_containerDictionary : Dictionary
BitmapMaterialContainer
 Inherited_containerVO : FaceVO
BitmapMaterialContainer
 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
  diffusePhongShader : DiffusePhongShader
PhongBitmapMaterialCache
 Inheriteddmax : Number
BitmapMaterial
 Inheriteddsab : Number
BitmapMaterial
 Inheriteddsbc : Number
BitmapMaterial
 Inheriteddsca : Number
BitmapMaterial
 Inheriteddt : DrawTriangle
BitmapMaterialContainer
 Inheritedface : Face
BitmapMaterialContainer
 Inherited_faceDictionary : Dictionary
BitmapMaterial
 Inherited_faceHeight : int
BitmapMaterialContainer
 Inherited_faceVO : FaceVO
BitmapMaterial
 Inherited_faceWidth : int
BitmapMaterialContainer
 Inheritedfaz : Number
BitmapMaterial
 Inheritedfbz : Number
BitmapMaterial
 Inheritedfcz : Number
BitmapMaterial
 Inheritedfocus : Number
BitmapMaterial
 Inherited_forceRender : Boolean
BitmapMaterialContainer
 Inherited_graphics : Graphics
BitmapMaterial
 Inherited_height : Number
BitmapMaterialContainer
 Inheritedheight : Number
BitmapMaterial
 Inheritedmabx : Number
BitmapMaterial
 Inheritedmaby : Number
BitmapMaterial
 Inheritedmabz : Number
BitmapMaterial
 Inheritedmap : Matrix
BitmapMaterial
 Inherited_mapping : Matrix
BitmapMaterial
 Inheritedmaterial : ILayerMaterial
BitmapMaterialContainer
 Inheritedmaterials : Array
BitmapMaterialContainer
 Inheritedmbcx : Number
BitmapMaterial
 Inheritedmbcy : Number
BitmapMaterial
 Inheritedmbcz : Number
BitmapMaterial
 Inheritedmcax : Number
BitmapMaterial
 Inheritedmcay : Number
BitmapMaterial
 Inheritedmcaz : Number
BitmapMaterial
  phongShader : BitmapMaterialContainer
PhongBitmapMaterialCache
 Inherited_precision : Number
BitmapMaterial
 Inheritedprecision : Number
BitmapMaterial
 Inherited_renderBitmap : BitmapData
BitmapMaterial
 Inheritedrepeat : Boolean
BitmapMaterial
 Inherited_s : Shape
BitmapMaterial
 Inheritedsession : AbstractRenderSession
BitmapMaterial
 Inherited_shape : Shape
BitmapMaterial
 Inherited_shapeDictionary : Dictionary
BitmapMaterial
  _shininess : Number
PhongBitmapMaterialCache
  shininess : Number
PhongBitmapMaterialCache
 Inheritedsmooth : Boolean
BitmapMaterial
 Inherited_sourceVO : FaceVO
BitmapMaterial
  _specular : Number
PhongBitmapMaterialCache
  specular : Number
PhongBitmapMaterialCache
  specularPhongShader : SpecularPhongShader
PhongBitmapMaterialCache
 InheritedsvArray : Array
BitmapMaterial
 Inheritedtransparent : Boolean
BitmapMaterialContainer
 Inheritedtriangle : DrawTriangle
BitmapMaterial
 Inheritedvisible : Boolean
BitmapMaterial
 Inherited_width : Number
BitmapMaterialContainer
 Inheritedwidth : Number
BitmapMaterial
 Inherited_zeroPoint : Point
BitmapMaterial
Public Methods
 MethodDefined by
  
PhongBitmapMaterialCache
(bitmap:BitmapData, init:Object = null)
PhongBitmapMaterialCache
 Inherited
BitmapMaterial
 Inherited
BitmapMaterial
 Inherited
BitmapMaterial
 Inherited
getMapping(tri:DrawTriangle):Matrix
BitmapMaterialContainer
 Inherited
renderFace(face:Face, containerRect:Rectangle, parentFaceVO:FaceVO):FaceVO
BitmapMaterialContainer
 Inherited
renderLayer(tri:DrawTriangle, layer:Sprite, level:int):void
BitmapMaterialContainer
 Inherited
renderSource(source:Object3D, containerRect:Rectangle, mapping:Matrix):void
BitmapMaterial
 Inherited
BitmapMaterial
 Inherited
update():void
BitmapMaterialContainer
 Inherited
updateMaterial(source:Object3D, view:View3D):void
BitmapMaterialContainer
Protected Methods
 MethodDefined by
 Inherited
renderRec(a:ScreenVertex, b:ScreenVertex, c:ScreenVertex, index:Number):void
BitmapMaterial
Property detail
ambientShaderproperty
public var ambientShader:AmbientShader
bitmapMaterialproperty 
public var bitmapMaterial:BitmapMaterial
diffusePhongShaderproperty 
public var diffusePhongShader:DiffusePhongShader
phongShaderproperty 
public var phongShader:BitmapMaterialContainer
_shininessproperty 
public var _shininess:Number
shininessproperty 
shininess:Number  [read-write]Implementation
    public function get shininess():Number
    public function set shininess(value:Number):void
_specularproperty 
public var _specular:Number
specularproperty 
specular:Number  [read-write]Implementation
    public function get specular():Number
    public function set specular(value:Number):void
specularPhongShaderproperty 
public var specularPhongShader:SpecularPhongShader
Constructor detail
PhongBitmapMaterialCache()constructor
public function PhongBitmapMaterialCache(bitmap:BitmapData, init:Object = null)Parameters
bitmap:BitmapData
 
init:Object (default = null)
Init Parameters
Wiki link
Click to go to the wiki page for 'away3d.materials.PhongBitmapMaterialCache'

Code examples

Comments