Uses of Interface
de.grogra.ray.RTScene
Package
Description
-
Uses of RTScene in de.grogra.imp3d.ray
-
Uses of RTScene in de.grogra.ray
Modifier and TypeMethodDescriptionstatic RTLight[]
static RTObject[]
Raytracer.getShadeables
(RTScene scene) protected void
PhotonMapRaytracer.prepareRaytracing
(RTScene scene, RTCamera camera) protected void
Raytracer.prepareRaytracing
(RTScene scene, RTCamera camera) void
Raytracer.renderScene
(RTScene scene, RTCamera camera, BufferedImage image) -
Uses of RTScene in de.grogra.ray.debug3d
-
Uses of RTScene in de.grogra.ray.intersection
Modifier and TypeMethodDescriptionvoid
DefaultIntersectionProcessor.prepareProcessing
(RTScene sceneGraph) void
IntersectionProcessor.prepareProcessing
(RTScene sceneGraph) void
OctreeIntersectionProcessor.prepareProcessing
(RTScene sceneGraph) -
Uses of RTScene in de.grogra.ray.light
Modifier and TypeMethodDescriptionvoid
DefaultLightProcessor.prepareLightProcessor
(RTScene scene, IntersectionProcessor processor) void
LightProcessor.prepareLightProcessor
(RTScene scene, IntersectionProcessor intersectionProcessor) -
Uses of RTScene in de.grogra.ray.tracing
Modifier and TypeMethodDescriptionstatic RTLight[]
void
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.