TextureWrapMode
Used to control the looping mode of a texture.
| attributes | description |
|---|---|
| Repeat | The texture is repeated on the surface of the model, and the extended texture part will not stretch. This is suitable for cases where the edges of the texture are continuous. |
| Clamp | The texture is displayed only once on the surface of the model, and the excess part will be stretched. This is suitable for cases where the texture edges are broken. |
| Mirror | The texture is repeated on the surface of the model in a mirrored manner. |
| MirrorOnce | The texture is repeated on the surface of the model in a mirrored manner, but only repeated once at the edges. |
