Uses of Class
org.sunflow.core.Instance
Packages that use Instance
-
Uses of Instance in org.sunflow.core
Methods in org.sunflow.core that return InstanceModifier and TypeMethodDescriptionLightSource.createInstance()
Create an instance which represents the geometry of this light source.static Instance
Instance.createTemporary
(PrimitiveList primitives, Matrix4 transform, Shader shader) final Instance
ShadingState.getInstance()
Get the instance which was intersectedMethods in org.sunflow.core with parameters of type InstanceModifier and TypeMethodDescriptionvoid
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. -
Uses of Instance in org.sunflow.core.light
Methods in org.sunflow.core.light that return InstanceModifier and TypeMethodDescriptionDirectionalSpotlight.createInstance()
ImageBasedLight.createInstance()
PointLight.createInstance()
SphereLight.createInstance()
SunSkyLight.createInstance()
TriangleMeshLight.createInstance()
-
Uses of Instance in org.sunflow.core.primitive
Methods in org.sunflow.core.primitive that return Instance