obiwac / python-minecraft-clone

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
https://www.youtube.com/playlist?list=PL6_bLxRDFzoKjaa3qCGkwR5L_ouSreaVP
MIT License
166 stars 83 forks source link

Smooth Lighting (Ambient Occlusion) #43

Closed Jukitsu closed 2 years ago

Jukitsu commented 2 years ago

Note: AO is disabled by default. To Toggle Ambient Occlusion, set SMOOTH_LIGHTING to True in options.py

obiwac commented 2 years ago

lmk when to review