Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrokenSource/DepthFlow
/ update
Method
update
examples/docs.py:188–190 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
186
@define
187
class
Center(ExampleScene):
188
def
update(self):
189
ExampleScene.update(self)
190
self.state.center = (math.sin(self.cycle), 0.0)
191
192
@define
193
class
Origin(ExampleScene):
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected