Uses of Class
org.sunflow.core.Instance
-
Packages that use Instance Package Description org.sunflow org.sunflow.core org.sunflow.core.light org.sunflow.core.primitive org.sunflow.core.renderer -
-
Uses of Instance in org.sunflow
Methods in org.sunflow that return Instance Modifier and Type Method Description private InstanceRenderObjectMap.RenderObjectHandle. getInstance()(package private) InstanceRenderObjectMap. lookupInstance(java.lang.String name)private InstanceSunflowAPI. lookupInstance(java.lang.String name)Retrieve an instance object by its name, ornullif no instance was found, or if the specified object is not an instance.Methods in org.sunflow with parameters of type Instance Modifier and Type Method Description (package private) voidRenderObjectMap. put(java.lang.String name, Instance instance)Constructors in org.sunflow with parameters of type Instance Constructor Description RenderObjectHandle(Instance instance) -
Uses of Instance in org.sunflow.core
Fields in org.sunflow.core declared as Instance Modifier and Type Field Description private InstanceScene. bakingInstance(package private) InstanceIntersectionState. current(package private) InstanceShadingCache.Sample. i(package private) InstanceIntersectionState. instanceprivate InstanceShadingState. instanceprivate Instance[]InstanceList. instancesprivate Instance[]InstanceList. lightsMethods in org.sunflow.core that return Instance Modifier and Type Method Description InstanceLightSource. createInstance()Create an instance which represents the geometry of this light source.static InstanceInstance. createTemporary(PrimitiveList primitives, Matrix4 transform, Shader shader)InstanceShadingState. getInstance()Get the instance which was intersectedMethods in org.sunflow.core with parameters of type Instance Modifier and Type Method Description (package private) voidInstanceList. addLightSourceInstances(Instance[] lights)voidScene. setBakingInstance(Instance instance)The provided instance will be considered for lightmap baking.voidScene. setInstanceLists(Instance[] instances, Instance[] infinite)Update the instance lists for this scene.Constructors in org.sunflow.core with parameters of type Instance Constructor Description InstanceList(Instance[] instances) -
Uses of Instance in org.sunflow.core.light
Methods in org.sunflow.core.light that return Instance Modifier and Type Method Description InstanceDirectionalSpotlight. createInstance()InstanceImageBasedLight. createInstance()InstancePointLight. createInstance()InstanceSphereLight. createInstance()InstanceSunSkyLight. createInstance()InstanceTriangleMeshLight. createInstance() -
Uses of Instance in org.sunflow.core.primitive
Methods in org.sunflow.core.primitive that return Instance Modifier and Type Method Description InstanceCornellBox. createInstance() -
Uses of Instance in org.sunflow.core.renderer
Fields in org.sunflow.core.renderer declared as Instance Modifier and Type Field Description (package private) InstanceBucketRenderer.ImageSample. instance
-