return a view onto the element storage for this mesh. Write your element data into this IntBuffer
(boolean readOnly)
| 52 | * return a view onto the element storage for this mesh. Write your element data into this IntBuffer |
| 53 | */ |
| 54 | public IntBuffer elements(boolean readOnly) { |
| 55 | return elements.ints(readOnly); |
| 56 | } |
| 57 | |
| 58 | |
| 59 | /** |