de.grogra.ray.tracing
Interface BidirectionalPathTracer.PathingStrategies
- All Known Implementing Classes:
- HagensBiDiStrategie1
- Enclosing class:
- BidirectionalPathTracer
public static interface BidirectionalPathTracer.PathingStrategies
getColorFromRay
void getColorFromRay(Ray ray,
Color4f color)
getLightProcessor
LightProcessor getLightProcessor()
getRecursionDepth
int getRecursionDepth()
prepareRayProcessor
void prepareRayProcessor(RTScene scene,
IntersectionProcessor intersectionProcessor)
setIntersectionProcessor
void setIntersectionProcessor(IntersectionProcessor processor)
setLightProcessor
void setLightProcessor(LightProcessor proc)
setRecursionDepth
void setRecursionDepth(int value)