Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrokenSource/DepthFlow
/ update
Method
update
examples/docs.py:115–120 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
@define
114
class
Offset(ExampleScene):
115
def
update(self):
116
ExampleScene.update(self)
117
self.state.offset = (
118
math.cos(self.cycle),
119
math.sin(self.cycle),
120
)
121
122
@define
123
class
Tiles(ExampleScene):
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected