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 TypeClassDescriptionclassThis class stores some useful information about incoming rays of an corresponding object, which has received a certain ray.classThis class distinguishclassThis 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 TypeMethodDescriptionvoidCollector3d.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.voidCollector3dList.addToStatistic(Tuple3d rayOrigin, Spectrum3d spectrum, double scaleFactor, boolean isPrimary) voidCollectorW3d.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 Spectrum3dMutationStrategy.tmpSpec1protected Spectrum3dMutationStrategy.tmpSpec2protected Spectrum3dMutationStrategy.tmpSpec3Methods 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.initialSpectrumCombinedPathValues.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)