rubyrpg / ruby_rpg

Ruby based game engine
6 stars 0 forks source link

Add shadows #16

Open MaxHatfull opened 3 months ago

MaxHatfull commented 3 months ago

Using the render pipeline we can now render shadows by firstly doing a pass from the perspective of the lights and using this to work out what is in darkness and what is illuminated.