Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrokenSource/DepthFlow
/ update
Method
update
examples/docs.py:109–111 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
107
@define
108
class
Height(ExampleScene):
109
def
update(self):
110
ExampleScene.update(self)
111
self.state.height = math.sin(self.cycle/2)**2
112
113
@define
114
class
Offset(ExampleScene):
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected