| Package | away3d.materials |
| Interface | public interface IBillboardMaterial extends IMaterial |
| Implementors | BitmapMaskMaterial, BitmapMaterial, ColorMaterial |
| Method | Defined by | ||
|---|---|---|---|
![]() |
addOnMaterialUpdate(listener:Function):void
Default method for adding a materialupdated event listener
| IMaterial | |
![]() |
removeOnMaterialUpdate(listener:Function):void
Default method for removing a materialupdated event listener
| IMaterial | |
|
Sends data from the material coupled with data from the
DrawBillboard primitive to the render session. | IBillboardMaterial | ||
![]() |
Called once per render loop when material is visible.
| IMaterial | |
| renderBillboard | () | method |
public function renderBillboard(bill:DrawBillboard):void
Sends data from the material coupled with data from the DrawBillboard primitive to the render session.
bill:DrawBillboard |