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.78k stars 1.38k forks source link

compile error on win10 #30

Closed wffancy closed 3 years ago

wffancy commented 3 years ago

@lettier Hi, bro. I have just followed the Panda3D tutorial to install and setup the development environment and everything was okay when I ran the "Panda Hello World" program. However, when I replaced the code with the main.cxx, I met something strange as following which means it can not recognise the defined symbols. I have no idea how to deal with this, please help me. And the program was ran on win10, vs2015. image

wffancy commented 3 years ago

It seems that anonymous function syntax something is not supported under vs2015 and everything goes well under vs2017.