Uses of Class
org.sunflow.image.SpectralCurve
-
Packages that use SpectralCurve Package Description org.sunflow.core.light org.sunflow.image -
-
Uses of SpectralCurve in org.sunflow.core.light
Fields in org.sunflow.core.light declared as SpectralCurve Modifier and Type Field Description private SpectralCurve
SunSkyLight. sunSpectralRadiance
Methods in org.sunflow.core.light that return SpectralCurve Modifier and Type Method Description private SpectralCurve
SunSkyLight. computeAttenuatedSunlight(float theta, float turbidity)
-
Uses of SpectralCurve in org.sunflow.image
Subclasses of SpectralCurve in org.sunflow.image Modifier and Type Class Description class
BlackbodySpectrum
class
ChromaticitySpectrum
This spectral curve represents a given (x,y) chromaticity pair as explained in the sun/sky paper (section A.5)class
ConstantSpectralCurve
Very simple class equivalent to a constant spectral curve.class
IrregularSpectralCurve
This class allows spectral curves to be defined from irregularly sampled data.class
RegularSpectralCurve
-