Uses of Class
org.sunflow.core.Instance

Packages that use Instance
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
 Instance LightSource.createInstance()
          Create an instance which represents the geometry of this light source.
static Instance Instance.createTemporary(PrimitiveList primitives, Matrix4 transform, Shader shader)
           
 Instance ShadingState.getInstance()
          Get the instance which was intersected
 

Methods in org.sunflow.core with parameters of type Instance
 void Scene.setBakingInstance(Instance instance)
          The provided instance will be considered for lightmap baking.
 void Scene.setInstanceLists(Instance[] instances, Instance[] infinite)
          Update the instance lists for this scene.
 void Scene.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
 Instance DirectionalSpotlight.createInstance()
           
 Instance PointLight.createInstance()
           
 Instance TriangleMeshLight.createInstance()
           
 Instance ImageBasedLight.createInstance()
           
 Instance SunSkyLight.createInstance()
           
 Instance SphereLight.createInstance()
           
 

Uses of Instance in org.sunflow.core.primitive
 

Methods in org.sunflow.core.primitive that return Instance
 Instance CornellBox.createInstance()