MCPcopy Create free account
hub / github.com/BrokenSource/DepthFlow / update

Method update

examples/docs.py:135–139  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133@define
134class Steady(ExampleScene):
135 def update(self):
136 ExampleScene.update(self)
137 self.steady_plane = True
138 self.state.steady = 0.32
139 self.state.offset = (1.5 * math.sin(self.cycle), 0.0)
140
141@define
142class Isometric(ExampleScene):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected