lettier / 3d-game-shaders-for-beginners

🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
https://lettier.github.io/3d-game-shaders-for-beginners/index.html
17.35k stars 1.35k forks source link

update readme to mention python 2.7 #14

Closed hemu closed 4 years ago

hemu commented 4 years ago

My setup with conda env, panda3d were for python 3 until I read further down and the build instructions assume python 2.7. I think it is worth mentioning python 2.7 up front as a dependency.