Uses of Interface
de.grogra.ray.intersection.IntersectionProcessor
Package
Description
-
Uses of IntersectionProcessor in de.grogra.ray
Modifier and TypeFieldDescriptionprotected IntersectionProcessor
Raytracer.m_intersectionProcessor
-
Uses of IntersectionProcessor in de.grogra.ray.intersection
Modifier and TypeClassDescriptionclass
class
-
Uses of IntersectionProcessor in de.grogra.ray.light
Modifier and TypeMethodDescriptionvoid
DefaultLightProcessor.prepareLightProcessor
(RTScene scene, IntersectionProcessor processor) void
LightProcessor.prepareLightProcessor
(RTScene scene, IntersectionProcessor intersectionProcessor) void
Shadows.setIntersectionProcessor
(IntersectionProcessor processor) -
Uses of IntersectionProcessor in de.grogra.ray.tracing
Modifier and TypeMethodDescriptionvoid
BidirectionalPathTracer.PathingStrategies.prepareRayProcessor
(RTScene scene, IntersectionProcessor intersectionProcessor) void
BidirectionalPathTracer.prepareRayProcessor
(RTScene scene, IntersectionProcessor intersectionProcessor) void
DefaultRayTracer.prepareRayProcessor
(RTScene scene, IntersectionProcessor intersectionProcessor) void
HagensBiDiStrategie1.prepareRayProcessor
(RTScene scene, IntersectionProcessor intersectionProcessor) void
PathTracerHS.prepareRayProcessor
(RTScene scene, IntersectionProcessor intersectionProcessor) void
PathTracerMT.prepareRayProcessor
(RTScene scene, IntersectionProcessor processor) void
PhotonMapping.prepareRayProcessor
(RTScene scene, IntersectionProcessor m_intersectionProcessor) void
RayProcessor.prepareRayProcessor
(RTScene scene, IntersectionProcessor intersectionProcessor) With this method the processor is initialized with a 3d scene and an intersection processor it will use.void
BidirectionalPathTracer.PathingStrategies.setIntersectionProcessor
(IntersectionProcessor processor) void
BidirectionalPathTracer.setIntersectionProcessor
(IntersectionProcessor processor) void
HagensBiDiStrategie1.setIntersectionProcessor
(IntersectionProcessor processor) void
PathTracerHS.setIntersectionProcessor
(IntersectionProcessor processor)