gfxfundamentals / webgl2-fundamentals

WebGL 2 lessons starting from the basics
https://webgl2fundamentals.org
BSD 3-Clause "New" or "Revised" License
1.72k stars 216 forks source link

fix subtract order in `webgl-3d-camera.md` #164

Closed kbobrowski closed 2 years ago

kbobrowski commented 2 years ago

Fixed order in "subtract the target from the cameraPosition" (as it should mean there target - cameraPosition)