Uses of Class
org.sunflow.core.LightServer
-
Packages that use LightServer Package Description org.sunflow.core -
-
Uses of LightServer in org.sunflow.core
Fields in org.sunflow.core declared as LightServer Modifier and Type Field Description private LightServerScene. lightServerprivate LightServerShadingState. serverMethods in org.sunflow.core that return LightServer Modifier and Type Method Description (package private) LightServerShadingState. getLightServer()Methods in org.sunflow.core with parameters of type LightServer Modifier and Type Method Description (package private) static ShadingStateShadingState. createPhotonState(Ray r, IntersectionState istate, int i, PhotonStore map, LightServer server)(package private) static ShadingStateShadingState. createState(IntersectionState istate, float rx, float ry, float time, Ray r, int i, int d, LightServer server)
-