::

enum TextureMode

Values
clamp Clamp texture coordinate to the range [0,1]. This results in only one instance of the texture generated per textured primitive.
repeat Repeat the texture over the textured primitive.
Values' Details
clamp
clamp,
Description
Clamp texture coordinate to the range [0,1]. This results in only one instance of the texture generated per textured primitive.
repeat
repeat,
Description
Repeat the texture over the textured primitive.
Top of Page