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 voidPhotonMapRaytracer.prepareRaytracing(RTScene scene, RTCamera camera) protected voidRaytracer.prepareRaytracing(RTScene scene, RTCamera camera) voidRaytracer.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 TypeMethodDescriptionvoidDefaultIntersectionProcessor.prepareProcessing(RTScene sceneGraph) voidIntersectionProcessor.prepareProcessing(RTScene sceneGraph) voidOctreeIntersectionProcessor.prepareProcessing(RTScene sceneGraph) -
Uses of RTScene in de.grogra.ray.light
Methods in de.grogra.ray.light with parameters of type RTSceneModifier and TypeMethodDescriptionvoidDefaultLightProcessor.prepareLightProcessor(RTScene scene, IntersectionProcessor processor) voidLightProcessor.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[]voidBidirectionalPathTracer.PathingStrategies.prepareRayProcessor(RTScene scene, IntersectionProcessor intersectionProcessor) voidBidirectionalPathTracer.prepareRayProcessor(RTScene scene, IntersectionProcessor intersectionProcessor) voidDefaultRayTracer.prepareRayProcessor(RTScene scene, IntersectionProcessor intersectionProcessor) voidHagensBiDiStrategie1.prepareRayProcessor(RTScene scene, IntersectionProcessor intersectionProcessor) voidPathTracerHS.prepareRayProcessor(RTScene scene, IntersectionProcessor intersectionProcessor) voidPathTracerMT.prepareRayProcessor(RTScene scene, IntersectionProcessor processor) voidPhotonMapping.prepareRayProcessor(RTScene scene, IntersectionProcessor m_intersectionProcessor) voidRayProcessor.prepareRayProcessor(RTScene scene, IntersectionProcessor intersectionProcessor) With this method the processor is initialized with a 3d scene and an intersection processor it will use.