MCPcopy Create free account
hub / github.com/SolarLune/masterplan / NewCamera

Function NewCamera

camera.go:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func NewCamera() *Camera {
18 return &Camera{
19 Zoom: 1,
20 TargetZoom: 1,
21 Softness: 0.2,
22 }
23}
24
25func (camera *Camera) Update() {
26

Callers 1

NewProjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected