TextureWrap

TextureWrap

DOC_TBA

Source:

Members

<static, constant> :Number

0x812F. Clamps texture coordinates to the normalized range [0, 1].

<static, constant> :Number

0x8370. Mirror repeats texture coordinates outside the normalized range [0, 1], using the integer part of the texture coordinate if it is even, or 1.0 minus the fractional part if it is odd.

<static, constant> :Number

0x2901. Repeats texture coordinates outside the normalized range [0, 1] by ignoring the integer part.

Methods

<static>

DOC_TBA

Parameters:
Name Type Description
textureWrap TextureWrap
Returns: