MCPcopy 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
181class 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
187class Center(ExampleScene):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected