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

Method update

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

Source from the content-addressed store, hash-verified

163@define
164class Dolly(ExampleScene):
165 def update(self):
166 ExampleScene.update(self)
167 self.state.height = 1.0
168 self.state.focus = 0.32
169 self.state.dolly = (1 - math.cos(self.cycle))
170
171@define
172class Focus(ExampleScene):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected