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

Method update

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

Source from the content-addressed store, hash-verified

192@define
193class Origin(ExampleScene):
194 def update(self):
195 ExampleScene.update(self)
196 self.state.origin = (0.0, 1.0)
197 self.state.height = (1 - math.cos(self.cycle))/2
198
199# ---------------------------------------------------------------------------- #
200

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected