org.osm2world.core.target.common.lighting
public class GlobalLightingParameters extends Object
Modifier and Type | Field and Description |
---|---|
static GlobalLightingParameters |
DEFAULT |
Color |
globalAmbientColor |
Color |
lightColorDiffuse |
Color |
lightColorSpecular |
VectorXYZ |
lightFromDirection
source of the scene's directional lighting;
null disables it and leaves only ambient lighting
|
public final Color globalAmbientColor
public final VectorXYZ lightFromDirection
public final Color lightColorDiffuse
public final Color lightColorSpecular
public static final GlobalLightingParameters DEFAULT