Bitmap material that loads it's texture from an external bitmapasset file.
public function BitmapFileMaterial(url:String = "")
Parameters
| url:String (default = " ") — The location of the bitmapasset to load.
|
Init Parameters
Event object type: away3dlite.events.MaterialEvent
Dispatched when the material fails to load a file.
Event object type: away3dlite.events.MaterialEvent
Dispatched every frame the material is loading.
Event object type: away3dlite.events.MaterialEvent
Dispatched when the material completes a file load successfully.