| Package | Description | 
|---|---|
| gov.nasa.worldwind.render | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BasicLightingModel
Provides a simple lighting model with one light. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected LightingModel | 
DrawContextImpl.standardLighting  | 
| Modifier and Type | Method and Description | 
|---|---|
LightingModel | 
DrawContext.getStandardLightingModel()
Returns the current model used for standard lighting. 
 | 
LightingModel | 
DrawContextImpl.getStandardLightingModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DrawContext.setStandardLightingModel(LightingModel standardLighting)
Specifies the lighting model used for standard lighting. 
 | 
void | 
DrawContextImpl.setStandardLightingModel(LightingModel standardLighting)  |