Documentation ¶
Overview ¶
Package post provides post processor for the rendered image
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostProcessor ¶
type PostProcessor interface { PostProcess( pixelColors []geo.Vec3, albedoColors []geo.Vec3, normalColors []geo.Vec3, width, height, numSamples int, ) *image.Image }
PostProcessor is responsible for taking the rendered image and transforming it
func NewOidn ¶ added in v0.3.6
func NewOidn(oidnDenoiseExecutablePath string) (PostProcessor, error)
Click to show internal directories.
Click to hide internal directories.