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

Method update

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

Source from the content-addressed store, hash-verified

98@define
99class Quality(ExampleScene):
100 def update(self):
101 ExampleScene.update(self)
102 self.quality = 100.0*(math.sin(self.cycle/2)**2)**3
103 self.state.offset = (8.0, 0.0)
104 self.state.center = (-0.4, 0.0)
105 self.state.zoom = 0.75
106
107@define
108class Height(ExampleScene):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected