stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
322 stars 33 forks source link

Generate light map each frame and use it in chunk shader #143

Closed stackotter closed 1 year ago

stackotter commented 1 year ago

Description

This PR replaces the old hardcoded brightness levels used to render light levels with a dynamic light map that changes based on dimension and time of day.

Addresses #132.