de.grogra.imp3d.glsl.light.shadow
Class SunSkyMock

java.lang.Object
  extended by de.grogra.imp3d.glsl.light.shadow.SunSkyMock

public class SunSkyMock
extends java.lang.Object


Field Summary
 Vector3d dir
           
 Spectrum3f invIrradiance
           
 Spectrum3f irradiance
           
 float sunFraction
           
 double turb
           
 
Constructor Summary
SunSkyMock()
           
 
Method Summary
 Spectrum3f getSunColor()
           
static double getSunsolidangle()
           
 void initSunColor(SunSkyLight light)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dir

public Vector3d dir

invIrradiance

public Spectrum3f invIrradiance

irradiance

public Spectrum3f irradiance

sunFraction

public float sunFraction

turb

public double turb
Constructor Detail

SunSkyMock

public SunSkyMock()
Method Detail

getSunColor

public Spectrum3f getSunColor()

getSunsolidangle

public static double getSunsolidangle()
Returns:
the sunsolidangle

initSunColor

public void initSunColor(SunSkyLight light)