Uses of Interface
gov.nasa.worldwind.render.LightingModel
-
Packages that use LightingModel Package Description gov.nasa.worldwind.render -
-
Uses of LightingModel in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement LightingModel Modifier and Type Class Description classBasicLightingModelProvides a simple lighting model with one light.Fields in gov.nasa.worldwind.render declared as LightingModel Modifier and Type Field Description protected LightingModelDrawContextImpl. standardLightingMethods in gov.nasa.worldwind.render that return LightingModel Modifier and Type Method Description LightingModelDrawContext. getStandardLightingModel()Returns the current model used for standard lighting.LightingModelDrawContextImpl. getStandardLightingModel()Methods in gov.nasa.worldwind.render with parameters of type LightingModel Modifier and Type Method Description voidDrawContext. setStandardLightingModel(LightingModel standardLighting)Specifies the lighting model used for standard lighting.voidDrawContextImpl. setStandardLightingModel(LightingModel standardLighting)
-