server

package
v0.0.0-...-6f9196a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start()

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL