Packageaway3d.materials
Classpublic class EnviroColorMaterial
InheritanceEnviroColorMaterial Inheritance EnviroShader Inheritance AbstractShader Inheritance LayerMaterial Inheritance ColorMaterial Inheritance WireColorMaterial Inheritance WireframeMaterial Inheritance Material Inheritance flash.events.EventDispatcher

Color material with environment shading.

Public Properties
 PropertyDefined by
 Inheritedalpha : Number
Determines the alpha value of the material
WireColorMaterial
 Inheritedbitmap : BitmapData
Returns the bitmapData object being used as the shader environment map.
EnviroShader
 InheritedblendMode : String
Defines a blendMode value for the shader bitmap.
AbstractShader
  color : uint
Defines the color of the material.
EnviroColorMaterial
 Inheriteddebug : Boolean
Toggles debug mode: textured triangles are drawn with white outlines, precision correction triangles are drawn with blue outlines.
ColorMaterial
 Inheritedheight : Number
Returns the width of the bitmapData being used as the shader environment map.
EnviroShader
 Inheritedid : int
Unique identifier
Material
 Inheritedmode : String
Setting for possible mapping methods.
EnviroShader
  reflectiveness : Number
[write-only]
EnviroColorMaterial
 Inheritedsmooth : Boolean
Determines if the shader bitmap is smoothed (bilinearly filtered) when drawn to screen
AbstractShader
 Inheritedthickness : Number
Determines the thickness value of the wire
WireframeMaterial
 Inheritedvisible : Boolean
Indicates whether the material is visible
WireColorMaterial
 Inheritedwidth : Number
Returns the height of the bitmapData being used as the shader environment map.
EnviroShader
 InheritedwireAlpha : Number
Determines the alpha value of the wire
WireframeMaterial
 InheritedwireColor : uint
24 bit color value representing the wire color
WireframeMaterial
Protected Properties
 PropertyDefined by
 Inherited_alpha : Number
WireColorMaterial
 Inherited_color : uint
WireColorMaterial
 Inherited_debug : Boolean
ColorMaterial
 Inherited_endIndex : uint
AbstractShader
 Inherited_generated : Boolean
AbstractShader
 Inheritedini : Init
Instance of the Init object used to hold and parse default property values specified by the initialiser object in the 3d object constructor.
WireframeMaterial
 Inherited_screenIndices : Array
AbstractShader
 Inherited_screenVertices : Array
AbstractShader
 Inherited_startIndex : uint
AbstractShader
 Inherited_thickness : Number
WireframeMaterial
 Inherited_uvs : Array
AbstractShader
 Inherited_wireAlpha : Number
WireframeMaterial
 Inherited_wireColor : uint = 0x0
WireframeMaterial
Public Methods
 MethodDefined by
  
EnviroColorMaterial
(color:*, enviroMap:BitmapData, init:Object = null)
Creates a new EnviroColorMaterial object.
EnviroColorMaterial
 Inherited
addOnMaterialUpdate(listener:Function):void
Default method for adding a materialupdated event listener
Material
 Inherited
clone(material:Material = null):Material
Duplicates the material properties to another material object.
ColorMaterial
 Inherited
removeOnMaterialUpdate(listener:Function):void
Default method for removing a materialupdated event listener
Material
Protected Methods
 MethodDefined by
 Inherited
calcMapping(priIndex:uint, mapping:Matrix):Matrix
Calculates the mapping matrix required to draw the triangle texture to screen.
EnviroShader
 Inherited
WireframeMaterial
 Inherited
getMapping(priIndex:uint):Matrix
Calculates the mapping matrix required to draw the triangle texture to screen.
AbstractShader
 Inherited
renderShader(priIndex:uint):void
Renders the shader to the specified face.
EnviroShader
 Inherited
updateFaces(source:Object3D, view:View3D):void
EnviroShader
Events
 EventSummaryDefined by
 Inherited Dispatched when the any visual aspect of the material changes.Material
Property detail
colorproperty
color:uint  [read-write]

Defines the color of the material.

Implementation
    public function get color():uint
    public function set color(value:uint):void
reflectivenessproperty 
reflectiveness:Number  [write-only]

Implementation
    public function set reflectiveness(value:Number):void
Constructor detail
EnviroColorMaterial()constructor
public function EnviroColorMaterial(color:*, enviroMap:BitmapData, init:Object = null)Parameters
color:* — A string, hex value or colorname representing the color of the material.
 
enviroMap:BitmapData — The bitmapData object to be used as the material's environment map.
 
init:Object (default = null) — [optional] An initialisation object for specifying default instance properties.
Init Parameters
Wiki link
Click to go to the wiki page for 'away3d.materials.EnviroColorMaterial'

Code examples

Comments