Bitmap material that loads it's texture from an external bitmapasset file.
public function BitmapFileMaterial(url:String)
Creates a new BitmapFileMaterial
object.
Parameters | url:String — The location of the bitmapasset to load.
|
####INIT####
Event Object Type: away3dlite.events.MaterialEvent
MaterialEvent.type property = away3dlite.events.MaterialEvent
Dispatched when the material fails to load a file.
Event Object Type: away3dlite.events.MaterialEvent
MaterialEvent.type property = away3dlite.events.MaterialEvent
Dispatched every frame the material is loading.
Event Object Type: away3dlite.events.MaterialEvent
MaterialEvent.type property = away3dlite.events.MaterialEvent
Dispatched when the material completes a file load successfully.
Tue Jun 7 2011, 11:28 PM +01:00