Packageaway3d.materials
Interfacepublic interface IBillboardMaterial extends IMaterial
ImplementorsBitmapMaskMaterial, BitmapMaterial, ColorMaterial

Interface for materials that are capable of drawing billboards.

Public Properties
 PropertyDefined by
 Inheritedid : int
Unique identifier
IMaterial
 Inheritedvisible : Boolean
Indicates whether the material is visible
IMaterial
Public Methods
 MethodDefined by
 Inherited
addOnMaterialUpdate(listener:Function):void
Default method for adding a materialupdated event listener
IMaterial
 Inherited
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
 Inherited
updateMaterial(source:Object3D, view:View3D):void
Called once per render loop when material is visible.
IMaterial
Method detail
renderBillboard()method
public function renderBillboard(bill:DrawBillboard):void

Sends data from the material coupled with data from the DrawBillboard primitive to the render session.

Parameters
bill:DrawBillboard
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments