Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrokenSource/DepthFlow
/ update
Method
update
examples/docs.py:182–184 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
180
@define
181
class
Zoom(ExampleScene):
182
def
update(self):
183
ExampleScene.update(self)
184
self.state.zoom = 1 - 0.5*(1 - math.cos(self.cycle))/2
185
186
@define
187
class
Center(ExampleScene):
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected