Packageaway3d.materials
Classpublic class Dot3BitmapMaterial
InheritanceDot3BitmapMaterial Inheritance CompositeMaterial

Public Properties
 PropertyDefined by
  ambientShader : AmbientShader
Dot3BitmapMaterial
  bitmapMaterial : BitmapMaterial
Dot3BitmapMaterial
 InheritedblendMode : String
CompositeMaterial
 InheritedcolorTransform : ColorTransform
CompositeMaterial
  diffuseDot3Shader : DiffuseDot3Shader
Dot3BitmapMaterial
 Inheritedmaterial : ILayerMaterial
CompositeMaterial
 Inheritedmaterials : Array
CompositeMaterial
  _normalMap : BitmapData
Dot3BitmapMaterial
  normalMap : BitmapData
[read-only]
Dot3BitmapMaterial
  phongShader : CompositeMaterial
Dot3BitmapMaterial
 Inherited_session : AbstractRenderSession
CompositeMaterial
  _shininess : Number
Dot3BitmapMaterial
  shininess : Number
Dot3BitmapMaterial
 Inherited_source : Object3D
CompositeMaterial
  _specular : Number
Dot3BitmapMaterial
  specular : Number
Dot3BitmapMaterial
  specularPhongShader : SpecularPhongShader
Dot3BitmapMaterial
 Inherited_sprite : Sprite
CompositeMaterial
 Inherited_spriteDictionary : Dictionary
CompositeMaterial
 Inheritedvisible : Boolean
CompositeMaterial
Public Methods
 MethodDefined by
  
Dot3BitmapMaterial
(bitmap:BitmapData, init:Object = null)
Dot3BitmapMaterial
 Inherited
CompositeMaterial
 Inherited
renderFace(face:Face, containerRect:Rectangle, parentFaceVO:FaceVO):FaceVO
CompositeMaterial
 Inherited
renderLayer(tri:DrawTriangle, layer:Sprite, level:int):void
CompositeMaterial
 Inherited
CompositeMaterial
 Inherited
updateMaterial(source:Object3D, view:View3D):void
CompositeMaterial
Property detail
ambientShaderproperty
public var ambientShader:AmbientShader
bitmapMaterialproperty 
public var bitmapMaterial:BitmapMaterial
diffuseDot3Shaderproperty 
public var diffuseDot3Shader:DiffuseDot3Shader
_normalMapproperty 
public var _normalMap:BitmapData
normalMapproperty 
normalMap:BitmapData  [read-only]Implementation
    public function get normalMap():BitmapData
phongShaderproperty 
public var phongShader:CompositeMaterial
_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
Dot3BitmapMaterial()constructor
public function Dot3BitmapMaterial(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.Dot3BitmapMaterial'

Code examples

Comments