stackgl / shader-school

:mortar_board: A workshopper for GLSL shaders and graphics programming
Other
4.3k stars 254 forks source link

The menu for "The Basics" on "Vertex Shaders" selects wrong. #78

Closed Paracelsus77 closed 10 years ago

Paracelsus77 commented 10 years ago

I don't know what happened. I successfully completed The Basics for Vertex Shaders. I've also completed the The Basics for Fragment Shaders. And now whenever I select the basics for Vertex Shaders instead of showing me 10-vert-1 it goes to 07-frag-1.

hughsk commented 10 years ago

@jannevee OK, a couple of things: what browser, OS and version of node are you using? Could you paste the contents of these files?

Try reinstalling using npm install -g shader-school and see if it works after that – you won't lose your progress :)

hughsk commented 10 years ago

Wait, nevermind! I just tried this myself and had the same issue – will take a look.

Paracelsus77 commented 10 years ago

Node 0.10.29 running on Ubuntu 14.04 and tried Chrome and Firefox on both locally on Ubuntu and Mac OS X. I managed to modify exercises.json with renaming "The Basics" to "The Vertex Basics" under vertex shaders then it started working again.

hughsk commented 10 years ago

Sweet – fixed! Thanks for reporting, npm install -g shader-school@latest and it'll work :)

Paracelsus77 commented 10 years ago

Thank you. @latest worked like a charm.