paroj / gltut

Learning Modern 3D Graphics Programming
https://paroj.github.io/gltut/
MIT License
1.57k stars 377 forks source link

Vector addition graph mistake #30

Closed paroj closed 8 years ago

paroj commented 12 years ago

Originally reported by: Paweł Grabarz (Bitbucket: frizi09, GitHub: Unknown)


In the Basics/Introduction chapter on Figure 3 Vector B is slighty shifted. It should be [-5;2], but now it is [-4;2]. It can be confusing for some people.


paroj commented 12 years ago

Original comment by Jason McKesson (Bitbucket: alfonse, GitHub: alfonse):


Fix in <<changeset 04b7356e9374 >>.

Thanks for the bug report. The website will be updated when I release the next version in a week or so.