stackgl / shader-school

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

#25-GPGPU-2-HeatEqn : Description text doesn't match code #71

Closed mdda closed 10 years ago

mdda commented 10 years ago

I've been working through this excellent nodeschool module, and came across the following puzzler ...

The exercise text :

The diffusion constant and damping will be sent in the parameters 
kdiffuse and kambient respectively.

doesn't accurately reflect that one needs to add :

uniform float kdiffuse, kdamping;

All the Best Martin :-)

PS: I've got a bunch of other niggles too : Would you prefer (lots of tiny) patches, or one bigger patch (several typos, etc) ?

mdda commented 10 years ago

Fixed by pull request #92