Uses of Interface
de.grogra.ray.RTScene
Packages that use RTScene
Package
Description
-
Uses of RTScene in de.grogra.imp3d.ray
Classes in de.grogra.imp3d.ray that implement RTScene -
Uses of RTScene in de.grogra.ray
Methods in de.grogra.ray with parameters of type RTSceneModifier 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
Methods in de.grogra.ray.debug3d with parameters of type RTScene -
Uses of RTScene in de.grogra.ray.intersection
Methods in de.grogra.ray.intersection with parameters of type RTSceneModifier and TypeMethodDescriptionvoid
DefaultIntersectionProcessor.prepareProcessing
(RTScene sceneGraph) void
IntersectionProcessor.prepareProcessing
(RTScene sceneGraph) void
OctreeIntersectionProcessor.prepareProcessing
(RTScene sceneGraph) -
Uses of RTScene in de.grogra.ray.light
Methods in de.grogra.ray.light with parameters of type RTSceneModifier and TypeMethodDescriptionvoid
DefaultLightProcessor.prepareLightProcessor
(RTScene scene, IntersectionProcessor processor) void
LightProcessor.prepareLightProcessor
(RTScene scene, IntersectionProcessor intersectionProcessor) -
Uses of RTScene in de.grogra.ray.tracing
Methods in de.grogra.ray.tracing with parameters of type RTSceneModifier 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.