Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b509fef

Browse files
committed
Change blurred to smoothed
1 parent 87070e7 commit b509fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

09_Generating_Mipmaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ It's not a dramatic difference, since our scene is so simple. There are subtle d
254254
255255
![](/images/mipmaps_comparison.png)
256256
257-
The left image is our new program. The right image is our program without mipmaps. The most noticeable difference is the writing on the signs. With mipmaps, the writing has been blurred. Without mipmaps, the writing has harsh edges and gaps from Moiré artifacts.
257+
The left image is our new program. The right image is our program without mipmaps. The most noticeable difference is the writing on the signs. With mipmaps, the writing has been smoothed. Without mipmaps, the writing has harsh edges and gaps from Moiré artifacts.
258258
259259
You can play around with the sampler settings to see how they affect mipmapping. For example, by changing `minLod`, you can force the sampler to not use the lowest mip levels:
260260

0 commit comments

Comments
 (0)