Uses of Class
org.sunflow.core.LightSample
-
Packages that use LightSample Package Description org.sunflow.core -
-
Uses of LightSample in org.sunflow.core
Fields in org.sunflow.core declared as LightSample Modifier and Type Field Description private LightSample
ShadingState.LightSampleIterator. current
private LightSample
ShadingState. lightSample
(package private) LightSample
LightSample. next
Methods in org.sunflow.core that return LightSample Modifier and Type Method Description LightSample
ShadingState.LightSampleIterator. next()
Methods in org.sunflow.core that return types with arguments of type LightSample Modifier and Type Method Description java.util.Iterator<LightSample>
ShadingState. iterator()
Allows iteration over current light samples.Methods in org.sunflow.core with parameters of type LightSample Modifier and Type Method Description void
ShadingState. addSample(LightSample sample)
Add the specified light sample to the list of lights to be usedConstructors in org.sunflow.core with parameters of type LightSample Constructor Description LightSampleIterator(LightSample head)
-