Uses of Package
com.marginallyclever.ro3.apps.pathtracer
Packages that use com.marginallyclever.ro3.apps.pathtracer
Package
Description
-
Classes in com.marginallyclever.ro3.apps.pathtracer used by com.marginallyclever.ro3.apps.pathtracerClassDescriptionRepresents a color with double precision for each channel (red, green, blue, alpha).
PathTracerperforms multithreaded path tracing (aka ray tracing with bounces)Triangle optimized for path tracingSimple 2D integer point class. -
-
Classes in com.marginallyclever.ro3.apps.pathtracer used by com.marginallyclever.ro3.node.nodesClassDescriptionRepresents a color with double precision for each channel (red, green, blue, alpha).
RayXYis used to track the average color of each pixel as thePathTracerruns.Represents a record of scattering events in a path tracer. -
Classes in com.marginallyclever.ro3.apps.pathtracer used by com.marginallyclever.ro3.raypicking