Skip to content
Carlos Matheus edited this page Mar 26, 2018 · 1 revision

Overview

The Draw is responsible for rendering in the screen images. This includes the reset the background and the Meshes.

Rendering types

The Renderer receives a display and has specific methods for rendering different Materials. Currently there are the following render methods:

  • draw_circle - renders a circle with simple material
  • draw_polygon - renders a polygon with simple material
Clone this wiki locally