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)
| 1313 | * @see PGraphics#textureMode(int) |
| 1314 | */ |
| 1315 | public void textureWrap(int wrap) { |
| 1316 | showMissingWarning("textureWrap"); |
| 1317 | } |
| 1318 | |
| 1319 | |
| 1320 | /** |
nothing calls this directly
no test coverage detected