Marzac / le3d

A straightforward and easy to use 3D software renderer for real-time retro graphics.
https://marzac.github.io/le3d/
MIT License
60 stars 6 forks source link

Missing lighting for bsets #47

Open Marzac opened 6 years ago

Marzac commented 6 years ago

As of now, billboard sets are rendered unlit. The engine should compute, at least, ambient and point light influences on them. Don't know what to do with directional lights as billboards have no implicit direction.