textureWrap()

Image / Textures

Description

Defines if textures repeat or clamp when outside the texture boundary.

Syntax

void textureWrap(int mode)

Parameters

NameTypeDescription
modeintCLAMP or REPEAT

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...