Uses of Interface
org.sunflow.core.PhotonStore
-
Packages that use PhotonStore Package Description org.sunflow.core org.sunflow.core.photonmap -
-
Uses of PhotonStore in org.sunflow.core
Subinterfaces of PhotonStore in org.sunflow.core Modifier and Type Interface Description interfaceCausticPhotonMapInterfaceThis class is a generic interface to caustic photon mapping capabilities.interfaceGlobalPhotonMapInterfaceRepresents a global photon map.Methods in org.sunflow.core with parameters of type PhotonStore Modifier and Type Method Description booleanScene. calculatePhotons(PhotonStore map, java.lang.String type, int seed, Options options)Create a photon map as prescribed by the givenPhotonStore. -
Uses of PhotonStore in org.sunflow.core.photonmap
Classes in org.sunflow.core.photonmap that implement PhotonStore Modifier and Type Class Description classCausticPhotonMapclassGlobalPhotonMapclassGridPhotonMap
-