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 SpectralCurveSunSkyLight. sunSpectralRadianceMethods in org.sunflow.core.light that return SpectralCurve Modifier and Type Method Description private SpectralCurveSunSkyLight. computeAttenuatedSunlight(float theta, float turbidity) -
Uses of SpectralCurve in org.sunflow.image
Subclasses of SpectralCurve in org.sunflow.image Modifier and Type Class Description classBlackbodySpectrumclassChromaticitySpectrumThis spectral curve represents a given (x,y) chromaticity pair as explained in the sun/sky paper (section A.5)classConstantSpectralCurveVery simple class equivalent to a constant spectral curve.classIrregularSpectralCurveThis class allows spectral curves to be defined from irregularly sampled data.classRegularSpectralCurve
-