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

VoxelMaps / shadow casting #48

Closed Marzac closed 5 years ago

Marzac commented 6 years ago

First implementation of voxel maps will be without shadow casting. There is an easy and fast way to provide shadows at the voxel granularity by grid-based raytracing. Should this be part of the lighting code?

Marzac commented 5 years ago

The voxel maps have been implemented in the engine, they will be available in the next release. The "shadow maps" (voxel faces level) is now on the way.