[Examples] Top down lights example (#2199)

* Start 2d lights example.

* finish example

* update image.

* Cleanup render textures

* Fixes to handle shadows on edges that are near to the light better.

* tabs

* move to shapes

Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
This commit is contained in:
Jeffery Myers 2022-01-16 08:47:17 -08:00 committed by GitHub
parent 15b36e04b2
commit 4b998cfd05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 787 additions and 1 deletions

View file

@ -411,7 +411,7 @@ SHAPES = \
shapes/shapes_easings_rectangle_array \
shapes/shapes_draw_ring \
shapes/shapes_draw_circle_sector \
shapes/shapes_draw_rectangle_rounded
shapes/Sshapes_top_down_lights
TEXTURES = \
textures/textures_logo_raylib \