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).
PathTracer
performs 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.meshClassDescriptionA collection of
PathTriangle
s contained in anSpatialAccelerationStructure
for optimized path tracing. -
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).
RayXY
is used to track the average color of each pixel as thePathTracer
runs.Represents a record of scattering events in a path tracer. -
Classes in com.marginallyclever.ro3.apps.pathtracer used by com.marginallyclever.ro3.node.nodes.environmentClassDescriptionRepresents a color with double precision for each channel (red, green, blue, alpha).
-
Classes in com.marginallyclever.ro3.apps.pathtracer used by com.marginallyclever.ro3.node.nodes.pose.posesClassDescriptionA collection of
PathTriangle
s contained in anSpatialAccelerationStructure
for optimized path tracing. -
Classes in com.marginallyclever.ro3.apps.pathtracer used by com.marginallyclever.ro3.raypicking