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

Method update

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

Source from the content-addressed store, hash-verified

152@define
153class Flat(ExampleScene):
154 def update(self):
155 ExampleScene.update(self)
156 self.state.height = 0.8
157 self.state.isometric = 1.00
158 self.state.offset = (
159 0.3*math.cos(self.cycle),
160 0.3*math.sin(self.cycle),
161 )
162
163@define
164class Dolly(ExampleScene):

Callers 11

updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected