Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RenderOptions ¶
type RenderOptions struct {
Width int `json:"width"` // width in pixel
Height int `json:"height"` // height in pixel
RaysPerPixel int `json:"raysperpixel"` // number of rays per pixel
Seed int64 `json:"seed"` // seed for random number generator
World engine.World `json:"world"` // Optional world definition
}
Click to show internal directories.
Click to hide internal directories.