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

How to run on Windows visual studio 2019 since panda3d isnt supported on mingw g++ #35

Open SiddhantNair opened 2 years ago

SiddhantNair commented 2 years ago

Set up the project by importing the files to src folder in console application and included the header and lib paths. Even fixed the unistd.h issue but still it throws about 130 errors about unresolved external symbols

Screenshot 2021-11-26 134826 .

ngn999 commented 2 years ago

you need add more additional panda libraries.

as I remember libpandaphysics.lib, or something like this.

Nebe commented 2 years ago

For those who will face the same problem in the future: See the instructions by StarJade-Park and my comment below.