Packageaway3d.materials
Classpublic class PhongMovieMaterial
InheritancePhongMovieMaterial Inheritance CompositeMaterial

Public Properties
 PropertyDefined by
  ambientShader : AmbientShader
PhongMovieMaterial
 InheritedblendMode : String
CompositeMaterial
 InheritedcolorTransform : ColorTransform
CompositeMaterial
  diffusePhongShader : DiffusePhongShader
PhongMovieMaterial
 Inheritedmaterial : ILayerMaterial
CompositeMaterial
 Inheritedmaterials : Array
CompositeMaterial
  movieMaterial : MovieMaterial
PhongMovieMaterial
  phongShader : CompositeMaterial
PhongMovieMaterial
 Inherited_session : AbstractRenderSession
CompositeMaterial
  _shininess : Number
PhongMovieMaterial
  shininess : Number
PhongMovieMaterial
 Inherited_source : Object3D
CompositeMaterial
  _specular : Number
PhongMovieMaterial
  specular : Number
PhongMovieMaterial
  specularPhongShader : SpecularPhongShader
PhongMovieMaterial
 Inherited_sprite : Sprite
CompositeMaterial
 Inherited_spriteDictionary : Dictionary
CompositeMaterial
 Inheritedvisible : Boolean
CompositeMaterial
Public Methods
 MethodDefined by
  
PhongMovieMaterial
(movie:Sprite, init:Object = null)
PhongMovieMaterial
 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
diffusePhongShaderproperty 
public var diffusePhongShader:DiffusePhongShader
movieMaterialproperty 
public var movieMaterial:MovieMaterial
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
PhongMovieMaterial()constructor
public function PhongMovieMaterial(movie:Sprite, init:Object = null)Parameters
movie:Sprite
 
init:Object (default = null)
Init Parameters
Wiki link
Click to go to the wiki page for 'away3d.materials.PhongMovieMaterial'

Code examples

Comments