()
| 2926 | |
| 2927 | |
| 2928 | public int[] getVertexCodes() { |
| 2929 | if (vertexCodes == null) { |
| 2930 | return null; |
| 2931 | } |
| 2932 | if (vertexCodes.length != vertexCodeCount) { |
| 2933 | vertexCodes = PApplet.subset(vertexCodes, 0, vertexCodeCount); |
| 2934 | } |
| 2935 | return vertexCodes; |
| 2936 | } |
| 2937 | |
| 2938 | |
| 2939 | public int getVertexCodeCount() { |