Uses of Interface
de.grogra.imp3d.ray2.VolumeListener
Packages that use VolumeListener
-
Uses of VolumeListener in de.grogra.imp3d.ray2
Constructors in de.grogra.imp3d.ray2 with parameters of type VolumeListenerModifierConstructorDescriptionSceneVisitor
(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 VolumeListener in de.grogra.rgg
Classes in de.grogra.rgg that implement VolumeListenerModifier 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.