raytracing

package
v0.0.0-...-1fafeb3 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Render

func Render()

Types

type Camera

type Camera struct {
	// contains filtered or unexported fields
}

type Color

type Color = Vec3

type Dielectric

type Dielectric struct {
	// contains filtered or unexported fields
}

type HitRecord

type HitRecord struct {
	// contains filtered or unexported fields
}

type Hittable

type Hittable interface {
	// contains filtered or unexported methods
}

type HittableList

type HittableList struct {
	// contains filtered or unexported fields
}

type Lambertian

type Lambertian struct {
	// contains filtered or unexported fields
}

type Material

type Material interface {
	// contains filtered or unexported methods
}

type Metal

type Metal struct {
	// contains filtered or unexported fields
}

type Pixel

type Pixel struct {
	// contains filtered or unexported fields
}

type Point

type Point = Vec3

type Ray

type Ray struct {
	// contains filtered or unexported fields
}

type Sphere

type Sphere struct {
	// contains filtered or unexported fields
}

type Vec3

type Vec3 struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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