Uses of Interface
de.grogra.ray2.Options
Package
Description
-
Uses of Options in de.grogra.gpuflux.tracer
Modifier and TypeMethodDescriptionvoid
FluxTracer.render
(View view, int width, int height, ArrayList<ImageObserver> obs, Options options) -
Uses of Options in de.grogra.imp3d.ray2
ModifierConstructorDescriptionSceneVisitor
(Workbench wb, Graph graph, float epsilon, Options opts, ViewConfig3D view, boolean[] visibleLayers, VolumeListener mapping, Spectrum spectrumFactory) Constructs a newSceneVisitor
which traverses the givengraph
to obtain the complete geometry and light information and represent it as aScene
. -
Uses of Options in de.grogra.ray2
Modifier and TypeMethodDescriptionvoid
Renderer.initialize
(Options opts, ProgressMonitor progress) Initializes the renderer. -
Uses of Options in de.grogra.ray2.tracing
Modifier and TypeMethodDescriptionvoid
MetropolisRenderer.initialize
(Options opts, ProgressMonitor progress) void
PixelwiseRenderer.initialize
(Options opts, ProgressMonitor progress) -
Uses of Options in de.grogra.rgg
Modifier and TypeClassDescriptionclass
Instances ofAvoidIntersection
helps to detected potential intersection by using rays (Line
).class
This light model generates light rays from the light sources in the current scene and calculates how much light is received by any object.class
Provides the same functionality as LightModelD but in addition can deliver results for every recursion depth.class
Instances ofScanner
enables to scan a structure using rays.