Uses of Interface
org.sunflow.core.PhotonStore

Packages that use PhotonStore
org.sunflow.core   
org.sunflow.core.photonmap   
 

Uses of PhotonStore in org.sunflow.core
 

Subinterfaces of PhotonStore in org.sunflow.core
 interface CausticPhotonMapInterface
          This class is a generic interface to caustic photon mapping capabilities.
 interface GlobalPhotonMapInterface
          Represents a global photon map.
 

Methods in org.sunflow.core with parameters of type PhotonStore
 boolean Scene.calculatePhotons(PhotonStore map, java.lang.String type, int seed, Options options)
          Create a photon map as prescribed by the given PhotonStore.
 

Uses of PhotonStore in org.sunflow.core.photonmap
 

Classes in org.sunflow.core.photonmap that implement PhotonStore
 class CausticPhotonMap
           
 class GlobalPhotonMap
           
 class GridPhotonMap