Package | away3d.core.light |
Class | public class AmbientLight |
Inheritance | AmbientLight LightPrimitive |
Method | Defined by | ||
---|---|---|---|
updateAmbientBitmap(ambient:Number):void
Updates the bitmapData object used as the lightmap for ambient light shading.
| AmbientLight |
updateAmbientBitmap | () | method |
public function updateAmbientBitmap(ambient:Number):void
Updates the bitmapData object used as the lightmap for ambient light shading.
Parametersambient:Number — The coefficient for ambient light intensity.
|