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 LightServer
Scene. lightServer
private LightServer
ShadingState. server
Methods in org.sunflow.core that return LightServer Modifier and Type Method Description (package private) LightServer
ShadingState. getLightServer()
Methods in org.sunflow.core with parameters of type LightServer Modifier and Type Method Description (package private) static ShadingState
ShadingState. createPhotonState(Ray r, IntersectionState istate, int i, PhotonStore map, LightServer server)
(package private) static ShadingState
ShadingState. createState(IntersectionState istate, float rx, float ry, float time, Ray r, int i, int d, LightServer server)
-