Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/ln
/ Add
Method
Add
ln/scene.go:17–19 ·
view source on GitHub ↗
(shape Shape)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
(s *Scene) Add(shape Shape) {
18
s.Shapes = append(s.Shapes, shape)
19
}
20
21
func
(s *Scene) Intersect(r Ray) Hit {
22
return
s.Tree.Intersect(r)
Callers
15
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
Render
Function · 0.95
run
Function · 0.95
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected