(self, x, y, width, height)
| 240 | self.mvp = (lookat, proj) |
| 241 | |
| 242 | def set_viewport(self, x, y, width, height): |
| 243 | self.ctx.viewport = (x, y, width, height) |
| 244 | self.ratio = width*1.0/height |
| 245 | |
| 246 | def set_background(self, rgb): self.background = rgb |
| 247 |
no outgoing calls
no test coverage detected