MCPcopy Create free account
hub / github.com/electronstudio/raylib-python-cffi / draw

Method draw

examples/shaders/light_system.py:36–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 light.UpdateLightValues()
35
36 def draw(self):
37 for light in self.lights:
38 if light.enabled:
39 rl.DrawSphereEx(light.position[0], 0.2, 8, 8, light.color)
40
41
42

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected