SoTextureWrapType Enumeration |
Texture wrap type.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |||
---|---|---|---|---|---|
REPEAT | 10497 | Repeats texture outside 0-1 texture coordinate range. | |||
CLAMP | 10496 | Clamps texture coordinates to lie within 0-1 range. This wrap type is deprecated in OpenGL core profile. Consider using CLAMP_TO_EDGE instead. | |||
CLAMP_TO_BORDER | 33069 | Clamps texture coordinates to a range coinciding with the centers of the border texels of a texture map at each mipmap level.
| |||
CLAMP_TO_EDGE | 33071 | Clamps texture coordinates to a range coinciding with the centers of the edge texels of a texture map at each mipmap level.
| |||
MIRRORED_REPEAT | 33648 | The texture image is repeated in such a way that every odd repetition is a mirror image.
|