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

Skip to content

Commit 030d57b

Browse files
committed
Add captions to comparison image
1 parent 7bd0389 commit 030d57b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

09_Generating_Mipmaps.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,9 @@ Now run your program and you should see the following:
283283
284284
It's not a dramatic difference, since our scene is so simple. There are subtle differences if you look closely.
285285
286-
287286
![](/images/mipmaps_comparison.png)
288287
289-
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.
288+
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.
290289
291290
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:
292291

images/mipmaps_comparison.png

2.73 KB
Loading

0 commit comments

Comments
 (0)