java.lang.Object
de.grogra.ray.event.ProgressNotifier
de.grogra.ray.Raytracer
de.grogra.ray.PhotonMapRaytracer
- 
Field Summary
Fields inherited from class de.grogra.ray.Raytracer
ADAPTIVE_SUPERSAMPLING, BIDIRECTIONAL_PATHTRACING, CALCULATION_TIMER, CONVENTIONAL_RAYTRACING, DIRECT_LIGHTS, HIGH_PRIORITY, LOW_PRIORITY, m_antialising, m_intersectionProcessor, m_lightProcessor, m_rayProcessor, m_raytracingDepth, MEDIUM_PRIORITY, NAIVE_INTERSECTION, NO_ANTIALISING, OCTREE_INTERSECTION, PATHTRACING_HS, PATHTRACING_MT, PHOTONMAPPING, PREPARING_TIMER, STOCHASTIC_SUPERSAMPLING - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidprepareRaytracing(RTScene scene, RTCamera camera) voidsetPhotonCount(int photonCount) voidsetRange(int range) Methods inherited from class de.grogra.ray.Raytracer
disableDebugPixel, enableDebugPixel, getLights, getPriority, getRaytracingDepth, getShadeables, getT, percentToString, printStatistics, raytracing, renderScene, setAntialisingPolicy, setBrightnessScaleFactor, setIntersectionPolicy, setLightModel, setPathtracingPathCount, setPriority, setRaytracingDepth, setRaytracingPolicyMethods inherited from class de.grogra.ray.event.ProgressNotifier
addProgressListener, fire_progressChanged, removeProgressListener 
- 
Constructor Details
- 
PhotonMapRaytracer
public PhotonMapRaytracer() 
 - 
 - 
Method Details
- 
prepareRaytracing
- Overrides:
 prepareRaytracingin classRaytracer
 - 
setPhotonCount
public void setPhotonCount(int photonCount)  - 
setRange
public void setRange(int range)  
 -