Uses of Class
org.sunflow.core.ShadingCache
-
Packages that use ShadingCache Package Description org.sunflow.core org.sunflow.core.renderer -
-
Uses of ShadingCache in org.sunflow.core
Methods in org.sunflow.core with parameters of type ShadingCache Modifier and Type Method Description (package private) voidStatistics. accumulate(ShadingCache cache)voidScene. accumulateStats(ShadingCache cache)(package private) ShadingStateLightServer. getRadiance(float rx, float ry, float time, int i, int d, Ray r, IntersectionState istate, ShadingCache cache)ShadingStateScene. getRadiance(IntersectionState istate, float rx, float ry, double lensU, double lensV, double time, int instance, int dim, ShadingCache cache)Get the radiance seen through a particular pixel -
Uses of ShadingCache in org.sunflow.core.renderer
Fields in org.sunflow.core.renderer declared as ShadingCache Modifier and Type Field Description private ShadingCacheMultipassRenderer.BucketThread. cacheMethods in org.sunflow.core.renderer with parameters of type ShadingCache Modifier and Type Method Description private voidMultipassRenderer. renderBucket(Display display, int bx, int by, int threadID, IntersectionState istate, ShadingCache cache)
-