EyeNode
for use by path-integration based rendering algorithms.
@param p The point on the image plane in normalized device coordinates(must fall within {@code Box2.UNIT}).
@param pathInfo The PathInfo
describing the context inwhich the path is being generated.
@param ru The first random variable (must be in [0, 1]).
@param rv The second random variable (must be in [0, 1]).
@param rj The third random variable (must be in [0, 1]).
@return A new EyeNode
.
LightNode
for path-integral based rendering algorithms.
@param pathInfo The PathInfo
describing the context inwhich the path is being generated.
@param ru The first random variable (must be in [0, 1]).
@param rv The second random variable (must be in [0, 1]).
@param rj The third random variable (must be in [0, 1]).
@return A new LightNode
.
Random
number generator to use.
@return The Color
sample.
WavelengthPacket
to use to sample thespectrum.
@return The Color
sample.
Devroye, Luc. (1981).The Computer Generation of Poisson Random Variables Computing vol. 26 pp. 197-207.
Entry
to be sampled
@return results of the sampling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|