Uses of Interface
org.sunflow.core.LightSource
-
Packages that use LightSource Package Description org.sunflow org.sunflow.core org.sunflow.core.light org.sunflow.core.primitive -
-
Uses of LightSource in org.sunflow
Fields in org.sunflow with type parameters of type LightSource Modifier and Type Field Description static Plugins<LightSource>PluginRegistry. lightSourcePluginsMethods in org.sunflow that return LightSource Modifier and Type Method Description private LightSourceRenderObjectMap.RenderObjectHandle. getLight()(package private) LightSourceRenderObjectMap. lookupLight(java.lang.String name)private LightSourceSunflowAPI. lookupLight(java.lang.String name)Retrieve a light object by its name, ornullif no shader was found, or if the specified object is not a light.Methods in org.sunflow with parameters of type LightSource Modifier and Type Method Description (package private) voidRenderObjectMap. put(java.lang.String name, LightSource light)Constructors in org.sunflow with parameters of type LightSource Constructor Description RenderObjectHandle(LightSource light) -
Uses of LightSource in org.sunflow.core
Fields in org.sunflow.core declared as LightSource Modifier and Type Field Description (package private) LightSource[]LightServer. lightsMethods in org.sunflow.core with parameters of type LightSource Modifier and Type Method Description voidScene. setLightList(LightSource[] lights)Update the light list for this scene.(package private) voidLightServer. setLights(LightSource[] lights) -
Uses of LightSource in org.sunflow.core.light
Classes in org.sunflow.core.light that implement LightSource Modifier and Type Class Description classDirectionalSpotlightclassImageBasedLightclassPointLightclassSphereLightclassSunSkyLightclassTriangleMeshLight -
Uses of LightSource in org.sunflow.core.primitive
Classes in org.sunflow.core.primitive that implement LightSource Modifier and Type Class Description classCornellBox
-