paroj / gltut

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

Typo in Tut 15 #35

Closed paroj closed 8 years ago

paroj commented 12 years ago

Originally reported by: Anonymous


Replace

"Using nearest filtering within levels while filtering between levels"

with

"Using nearest filtering within texels while filtering between levels"

in http://arcsynthesis.org/gltut/Texturing/Tut15%20Needs%20More%20Pictures.html


paroj commented 12 years ago

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


This is as intended. By "filtering within levels," I mean exactly that: filtering within a single level.

I did however change it to be "Using nearest filtering within a mipmap level while linearly filtering between levels", to make it clearer what I'm talking about.