MCPcopy Create free account
hub / github.com/benfry/processing4 / textureWrap

Method textureWrap

core/src/processing/core/PGraphics.java:1315–1317  ·  view source on GitHub ↗

Defines if textures repeat or draw once within a texture map. The two parameters are CLAMP (the default behavior) and REPEAT. This function only works with the P2D and P3D renderers. @webref image:textures @webBrief Defines if textures repeat or draw once within a texture map @param wrap Either CLA

(int wrap)

Source from the content-addressed store, hash-verified

1313 * @see PGraphics#textureMode(int)
1314 */
1315 public void textureWrap(int wrap) {
1316 showMissingWarning("textureWrap");
1317 }
1318
1319
1320 /**

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected