textureWrap()
Image / TexturesDescription
Defines if textures repeat or clamp when outside the texture boundary.
Syntax
void textureWrap(int mode)
Parameters
| Name | Type | Description |
|---|---|---|
| mode | int | CLAMP or REPEAT |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...