(self)
| 314 | glEnable(GL_MULTISAMPLE) |
| 315 | |
| 316 | def __close(self): |
| 317 | assert(self.shouldQuit) |
| 318 | self.map.reset() |
| 319 | self.poseTrail.reset() |
| 320 | if self.displayInitialized: |
| 321 | self.displayInitialized = False |
| 322 | pygame.quit() |
| 323 | |
| 324 | def __render(self, cameraPose, width, height, image=None, colorFormat=None): |
| 325 | import spectacularAI |