(self, eglctx: "eglContextManager", camera: Camera)
| 318 | self.normals = self.verts |
| 319 | |
| 320 | def offscreen_render(self, eglctx: "eglContextManager", camera: Camera): |
| 321 | eglctx.resize(camera.W, camera.H) |
| 322 | self.render(camera) |
| 323 | |
| 324 | def render(self, camera: Camera): |
| 325 | if not self.visible: return |