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

Method update

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

Source from the content-addressed store, hash-verified

141@define
142class Isometric(ExampleScene):
143 def update(self):
144 ExampleScene.update(self)
145 self.state.height = 0.80
146 self.state.isometric = (1 - math.cos(self.cycle))/2
147 self.state.offset = (
148 0.3*math.cos(3*self.cycle),
149 0.3*math.sin(3*self.cycle),
150 )
151
152@define
153class Flat(ExampleScene):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected