Package | away3d.materials |
Class | public class EnviroBitmapMaterial |
Inheritance | EnviroBitmapMaterial ![]() ![]() |
Property | Defined by | ||
---|---|---|---|
![]() | alpha : Number
Defines an alpha value for the layer container.
| CompositeMaterial | |
bitmap : BitmapData [read-only]
Returns the bitmapData object being used as the material texture.
| EnviroBitmapMaterial | ||
![]() | blendMode : String
Defines a blendMode value for the layer container.
| CompositeMaterial | |
![]() | color : uint
Defines a colored tint for the layer container.
| CompositeMaterial | |
enviroMap : BitmapData [read-only]
Returns the bitmapData object being used as the material environment map.
| EnviroBitmapMaterial | ||
![]() | id : int
Unique identifier
| CompositeMaterial | |
mode : String
Setting for possible mapping methods.
| EnviroBitmapMaterial | ||
reflectiveness : Number
Coefficient for the reflectiveness of the material.
| EnviroBitmapMaterial | ||
![]() | visible : Boolean
Indicates whether the material is visible
| CompositeMaterial |
Method | Defined by | ||
---|---|---|---|
EnviroBitmapMaterial
(bitmap:BitmapData, enviroMap:BitmapData, init:Object = null)
Creates a new
EnviroBitmapMaterial object. | EnviroBitmapMaterial | ||
![]() | CompositeMaterial | ||
![]() |
addOnMaterialUpdate(listener:Function):void
Default method for adding a materialupdated event listener
| CompositeMaterial | |
![]() | CompositeMaterial | ||
![]() |
removeOnMaterialUpdate(listener:Function):void
Default method for removing a materialupdated event listener
| CompositeMaterial | |
![]() |
Renders a material layer for the specified triangle.
| CompositeMaterial | |
![]() |
Sends data from the material coupled with data from the
DrawTriangle primitive to the render session. | CompositeMaterial | |
![]() |
Called once per render loop when material is visible.
| CompositeMaterial |
bitmap | property |
bitmap:BitmapData
[read-only]Returns the bitmapData object being used as the material texture.
Implementation public function get bitmap():BitmapData
enviroMap | property |
enviroMap:BitmapData
[read-only]Returns the bitmapData object being used as the material environment map.
Implementation public function get enviroMap():BitmapData
mode | property |
mode:String
[read-write]Setting for possible mapping methods.
Implementation public function get mode():String
public function set mode(value:String):void
reflectiveness | property |
reflectiveness:Number
[read-write]Coefficient for the reflectiveness of the material.
Implementation public function get reflectiveness():Number
public function set reflectiveness(value:Number):void
EnviroBitmapMaterial | () | constructor |
public function EnviroBitmapMaterial(bitmap:BitmapData, enviroMap:BitmapData, init:Object = null)
Parameters
bitmap:BitmapData — The bitmapData object to be used as the material's texture.
|
|
enviroMap:BitmapData — The bitmapData object to be used as the material's normal map.
|
|
init:Object (default = null ) — [optional] An initialisation object for specifying default instance properties.
|
mode:String (default = "linear") | |
reflectiveness:Number (default = 0.5, min:0, max:1) |