Documentation ¶
Overview ¶
Package render bundles render relevant information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Render ¶
type Render struct { Image *image.RGBA // The image to be rendered. Factor float64 // Multiplicative change in value. Exposure float64 // Additative change in value. Points int // Number of points calculated. F func(float64, float64) float64 // Function to calculate the value of all pixels. OrbitRatio float64 // Ugly fix. }
Render contains information about how an image should be rendered.
func (*Render) Clear ¶
func (ren *Render) Clear()
Clear clears the image in the renderer to allow for new frames in interactive rendering.
Click to show internal directories.
Click to hide internal directories.