MCPcopy Create free account
hub / github.com/BerkeleyAutomation/meshrender / on_draw

Method on_draw

meshrender/viewer.py:234–239  ·  view source on GitHub ↗

Redraw the scene into the viewing window.

(self)

Source from the content-addressed store, hash-verified

232
233
234 def on_draw(self):
235 """Redraw the scene into the viewing window.
236 """
237 if not self._gl_initialized:
238 return
239 self._render()
240
241
242 def on_resize(self, width, height):

Callers 1

on_resizeMethod · 0.95

Calls 1

_renderMethod · 0.95

Tested by

no test coverage detected