Skip to content

Enumeration: TextureWrapping

TextureWrapping specifies modes for wrapping a texture.

Table of contents

Enumeration members

Enumeration members

CLAMP_TO_EDGE

CLAMP_TO_EDGE: = 3

Clamps the coordinates between 0 and 1.


MIRRORED_REPEAT

MIRRORED_REPEAT: = 2

Repeat the texture image, mirroring the image with each repeat.


REPEAT

REPEAT: = 1

Repeat the textures image.