object

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeGroup = iota
	TypeMesh
	TypeCamera
	TypeLight
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Object

type Object interface {
	Type() Type
	Rotate(r math.Vector, a float64)
	RotateX(a float64)
	RotateY(a float64)
	RotateZ(a float64)
	Translate(x, y, z float64)
	Scale(x, y, z float64)
	ModelMatrix() math.Matrix
}

type Type

type Type int

Jump to

Keyboard shortcuts

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