()
| 223 | target.setVertexLimit(vertexCursor); |
| 224 | target.setElementLimit(elementCursor); |
| 225 | } |
| 226 | |
| 227 | /** |
| 228 | * equivalent to a number of calls to aux(int attribute, float[] add) simultanously |
| 229 | */ |
| 230 | public MeshBuilder aux(Map<Integer, Object> add) { |
| 231 | Iterator<Map.Entry<Integer, Object>> m = add.entrySet() |
no test coverage detected