(float x, float y)
| 1994 | |
| 1995 | |
| 1996 | @Override |
| 1997 | public void vertex(float x, float y) { |
| 1998 | vertexImpl(x, y, 0, 0, 0); |
| 1999 | if (textureImage != null) PGraphics.showWarning(MISSING_UV_TEXCOORDS_ERROR); |
| 2000 | } |
| 2001 | |
| 2002 | |
| 2003 | @Override |
no test coverage detected