Uses of Class
de.grogra.ray.physics.Spectrum3d
Packages that use Spectrum3d
Package
Description
-
Uses of Spectrum3d in de.grogra.gpuflux.tracer
Methods in de.grogra.gpuflux.tracer that return Spectrum3dModifier and TypeMethodDescriptionFluxLightModelTracer.getAbsorbedPower
(Node node) Deprecated.FluxLightModelTracer.getSensedIrradiance
(Node node) Deprecated. -
Uses of Spectrum3d in de.grogra.ray.physics
Subclasses of Spectrum3d in de.grogra.ray.physicsModifier and TypeClassDescriptionclass
This class stores some useful information about incoming rays of an corresponding object, which has received a certain ray.class
This class distinguishclass
This class stores some useful information about incoming rays of an corresponding object, which has received a certain ray.Methods in de.grogra.ray.physics that return Spectrum3dMethods in de.grogra.ray.physics with parameters of type Spectrum3dModifier and TypeMethodDescriptionvoid
Collector3d.addToStatistic
(Tuple3d rayOrigin, Spectrum3d spectrum, double scaleFactor, boolean isPrimary) Add the Vector of the origin of a certain ray, which hits the object for this corresponding Collector-instance.void
Collector3dList.addToStatistic
(Tuple3d rayOrigin, Spectrum3d spectrum, double scaleFactor, boolean isPrimary) void
CollectorW3d.addToStatistic
(Tuple3d rayOrigin, Spectrum3d spectrum, double scaleFactor, boolean isPrimary) Add the Vector of the origin of a certain ray, which hits the object for this corresponding Collector-instance. -
Uses of Spectrum3d in de.grogra.ray2.metropolis.strategy
Fields in de.grogra.ray2.metropolis.strategy declared as Spectrum3dModifier and TypeFieldDescriptionprotected Spectrum3d
MutationStrategy.tmpSpec1
protected Spectrum3d
MutationStrategy.tmpSpec2
protected Spectrum3d
MutationStrategy.tmpSpec3
Methods in de.grogra.ray2.metropolis.strategy that return Spectrum3dModifier and TypeMethodDescriptionMutationStrategy.getCombinedBSDF
(int startIndex, CombinedPathValues mutatedPath) Methods in de.grogra.ray2.metropolis.strategy with parameters of type Spectrum3d -
Uses of Spectrum3d in de.grogra.ray2.tracing.modular
Fields in de.grogra.ray2.tracing.modular declared as Spectrum3dModifier and TypeFieldDescriptionPathValues.initialSpectrum
CombinedPathValues.initialSpectrumEnd
-
Uses of Spectrum3d in de.grogra.rgg
Methods in de.grogra.rgg that return Spectrum3dModifier and TypeMethodDescriptionLightModelBase.getAbsorbedPower3d
(Node node) Returns the radiant power in Watts which is absorbed by the surface of the volume of the givennode
, represented as aSpectrum3d
.LightModelBase.getRadiantPower3dFor
(Node node) Deprecated.LightModelBase.getSensedIrradiance3d
(Node node)