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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
prepareRaytracing
(RTScene scene, RTCamera camera) void
setPhotonCount
(int photonCount) void
setRange
(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, setRaytracingPolicy
Methods inherited from class de.grogra.ray.event.ProgressNotifier
addProgressListener, fire_progressChanged, removeProgressListener
-
Constructor Details
-
PhotonMapRaytracer
public PhotonMapRaytracer()
-
-
Method Details
-
prepareRaytracing
- Overrides:
prepareRaytracing
in classRaytracer
-
setPhotonCount
public void setPhotonCount(int photonCount) -
setRange
public void setRange(int range)
-