package
0.0.0-20190915210024-47917a8669ba
Repository: https://github.com/moethu/engine.git
Documentation: pkg.go.dev
# Packages
Package control implements controllers for cameras.
# Functions
NewOrthographic creates and returns a pointer to a new orthographic camera with the specified parameters.
NewPerspective creates and returns a pointer to a new perspective camera with the specified parameters.
# Structs
Camera is the base camera which is normally embedded in other camera types.
Orthographic is an orthographic camera.
Perspective is a perspective camera.
# Interfaces
ICamera is interface for all camera types.