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 LightSampleShadingState.LightSampleIterator. currentprivate LightSampleShadingState. lightSample(package private) LightSampleLightSample. nextMethods in org.sunflow.core that return LightSample Modifier and Type Method Description LightSampleShadingState.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 voidShadingState. 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)
-