Uses of Interface
org.sunflow.core.ImageSampler

Packages that use ImageSampler
org.sunflow   
org.sunflow.core   
org.sunflow.core.renderer   
 

Uses of ImageSampler in org.sunflow
 

Fields in org.sunflow with type parameters of type ImageSampler
static Plugins<ImageSampler> PluginRegistry.imageSamplerPlugins
           
 

Uses of ImageSampler in org.sunflow.core
 

Methods in org.sunflow.core with parameters of type ImageSampler
 void Scene.render(Options options, ImageSampler sampler, Display display)
          Render the scene using the specified options, image sampler and display.
 

Uses of ImageSampler in org.sunflow.core.renderer
 

Classes in org.sunflow.core.renderer that implement ImageSampler
 class BucketRenderer
           
 class MultipassRenderer
           
 class ProgressiveRenderer
           
 class SimpleRenderer