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

Running Demo in Windows #5

Closed Duotun closed 4 years ago

Duotun commented 5 years ago

Dear David Lettier, I am trying to run your demo on the windows platform but it seems to be not good as that shown in your readme.md. (I have added my running result as follows) Can you please explain more specific methods to run your code in windows platform? I only delete the to run the code successfully Thank you very much for your precious time and efforts Best,

image

lettier commented 5 years ago

Hello,

Looks correct from what I can see.

You can disable certain effects by using the keyboard controls.

https://github.com/lettier/3d-game-shaders-for-beginners#toggles

Try holding down shift and pressing h, j, and k.

:+1:

Duotun commented 5 years ago

Cool! it turns out to be fantastic now! Thanks a lot! image