Uses of Class
org.sunflow.core.Instance
-
Packages that use Instance Package Description org.sunflow.core org.sunflow.core.light org.sunflow.core.primitive -
-
Uses of Instance in org.sunflow.core
Methods 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 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. -
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()
-