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) void
Statistics. accumulate(ShadingCache cache)
void
Scene. accumulateStats(ShadingCache cache)
(package private) ShadingState
LightServer. getRadiance(float rx, float ry, float time, int i, int d, Ray r, IntersectionState istate, ShadingCache cache)
ShadingState
Scene. 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 ShadingCache
MultipassRenderer.BucketThread. cache
Methods in org.sunflow.core.renderer with parameters of type ShadingCache Modifier and Type Method Description private void
MultipassRenderer. renderBucket(Display display, int bx, int by, int threadID, IntersectionState istate, ShadingCache cache)
-