Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Width int // width in pixel
Height int // height in pixel
RaysPerPixel int // number of rays per pixel
Input string // path to file for world definitionin in json format
Output string // path to file for saving
Seed int64 // seed for random number generator
CPU int // number of CPU to use
}
Options defines all the command line options available (all have a default value)
Click to show internal directories.
Click to hide internal directories.