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

Method update

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

Source from the content-addressed store, hash-verified

171@define
172class Focus(ExampleScene):
173 def update(self):
174 ExampleScene.update(self)
175 self.focus_plane = True
176 self.state.height = 1.0
177 self.state.focus = 0.32
178 self.state.isometric = 0.999*(1 - math.cos(self.cycle))/2
179
180@define
181class Zoom(ExampleScene):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected