README.md
March 14, 2019 ยท View on GitHub
These models are intended to test the various sampler properties that can be set with a texture.
The following table shows the properties that are set for every model.
| Property | Values |
|---|---|
| Base Color Texture |
The following table shows the properties that are set for a given model.
| Sample Image | Wrap T | Wrap S | Mag Filter | Min Filter | |
|---|---|---|---|---|---|
| 00 View | |||||
| 01 View | Clamp To Edge | ||||
| 02 View | Mirrored Repeat | ||||
| 03 View | Clamp To Edge | ||||
| 04 View | Mirrored Repeat | ||||
| 05 View | Nearest | ||||
| 06 View | Linear | ||||
| 07 View | Nearest | ||||
| 08 View | Linear | ||||
| 09 View | Nearest Mipmap Nearest | ||||
| 10 View | Linear Mipmap Nearest | ||||
| 11 View | Nearest Mipmap Linear | ||||
| 12 View | Linear Mipmap Linear | ||||
| 13 View | Clamp To Edge | Clamp To Edge | Nearest | Nearest |