Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
func
NewCamera() *Camera {
18
return
&Camera{
19
Zoom: 1,
20
TargetZoom: 1,
21
Softness: 0.2,
22
}
23
}
24
25
func
(camera *Camera) Update() {
26
Callers
1
NewProject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected