org.osm2world.core.target.common.lighting
Class GlobalLightingParameters

Object
  extended by GlobalLightingParameters

public class GlobalLightingParameters
extends Object

parameters that describe lighting affecting the entire scene; immutable


Field Summary
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
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globalAmbientColor

public final Color globalAmbientColor

lightFromDirection

public final VectorXYZ lightFromDirection
source of the scene's directional lighting; null disables it and leaves only ambient lighting


lightColorDiffuse

public final Color lightColorDiffuse

lightColorSpecular

public final Color lightColorSpecular

DEFAULT

public static final GlobalLightingParameters DEFAULT