Uses of Interface
de.grogra.ray2.Options
Packages that use Options
Package
Description
-
Uses of Options in de.grogra.gpuflux.tracer
Classes in de.grogra.gpuflux.tracer that implement OptionsFields in de.grogra.gpuflux.tracer declared as OptionsMethods in de.grogra.gpuflux.tracer with parameters of type OptionsModifier and TypeMethodDescriptionvoidFluxTracer.render(View view, int width, int height, ArrayList<ImageObserver> obs, Options options) -
Uses of Options in de.grogra.imp3d.ray2
Classes in de.grogra.imp3d.ray2 that implement OptionsConstructors in de.grogra.imp3d.ray2 with parameters of type OptionsModifierConstructorDescriptionSceneVisitor(Workbench wb, Graph graph, float epsilon, Options opts, ViewConfig3D view, boolean[] visibleLayers, VolumeListener mapping, Spectrum spectrumFactory) Constructs a newSceneVisitorwhich traverses the givengraphto obtain the complete geometry and light information and represent it as aScene. -
Uses of Options in de.grogra.ray2
Methods in de.grogra.ray2 with parameters of type OptionsModifier and TypeMethodDescriptionvoidRenderer.initialize(Options opts, ProgressMonitor progress) Initializes the renderer. -
Uses of Options in de.grogra.ray2.tracing
Methods in de.grogra.ray2.tracing with parameters of type OptionsModifier and TypeMethodDescriptionvoidMetropolisRenderer.initialize(Options opts, ProgressMonitor progress) voidPixelwiseRenderer.initialize(Options opts, ProgressMonitor progress) -
Uses of Options in de.grogra.rgg
Classes in de.grogra.rgg that implement OptionsModifier and TypeClassDescriptionclassInstances ofAvoidIntersectionhelps to detected potential intersection by using rays (Line).classThis light model generates light rays from the light sources in the current scene and calculates how much light is received by any object.classProvides the same functionality as LightModelD but in addition can deliver results for every recursion depth.classInstances ofScannerenables to scan a structure using rays.