Uses of Class
de.grogra.ray.physics.Spectrum3d
Package
Description
-
Uses of Spectrum3d in de.grogra.gpuflux.tracer
Modifier and TypeMethodDescriptionFluxLightModelTracer.getAbsorbedPower
(Node node) Deprecated.FluxLightModelTracer.getSensedIrradiance
(Node node) Deprecated. -
Uses of Spectrum3d in de.grogra.ray.physics
Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionprotected Spectrum3d
MutationStrategy.tmpSpec1
protected Spectrum3d
MutationStrategy.tmpSpec2
protected Spectrum3d
MutationStrategy.tmpSpec3
Modifier and TypeMethodDescriptionMutationStrategy.getCombinedBSDF
(int startIndex, CombinedPathValues mutatedPath) -
Uses of Spectrum3d in de.grogra.ray2.tracing.modular
Modifier and TypeFieldDescriptionPathValues.initialSpectrum
CombinedPathValues.initialSpectrumEnd
-
Uses of Spectrum3d in de.grogra.rgg
Modifier 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)