(self)
| 171 | @define |
| 172 | class 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 |
| 181 | class Zoom(ExampleScene): |