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
.
|
|