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 |
DrawContextImpl.getStandardLightingModel() |
LightingModel |
DrawContext.getStandardLightingModel()
Returns the current model used for standard lighting.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawContextImpl.setStandardLightingModel(LightingModel standardLighting) |
void |
DrawContext.setStandardLightingModel(LightingModel standardLighting)
Specifies the lighting model used for standard lighting.
|