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 newSceneVisitorwhich traverses the givengraphto 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 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.