TextureWrap
DOC_TBA
Source:
Members
- 
    <static, constant> CLAMP_TO_EDGE :Number
- 
    
    0x812F. Clamps texture coordinates to the normalized range [0, 1].
- 
    <static, constant> MIRRORED_REPEAT :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> REPEAT :Number
- 
    
    0x2901. Repeats texture coordinates outside the normalized range [0, 1] by ignoring the integer part.
Methods
- 
    <static> validate
- 
    
    
    DOC_TBA Parameters:Name Type Description textureWrapTextureWrap Returns:
