()
| 183 | |
| 184 | |
| 185 | public void end() { |
| 186 | for (int i = 0; i < textures.length; i++) { |
| 187 | pgl.disableTexturing(textures[i].glTarget); |
| 188 | } |
| 189 | } |
| 190 | |
| 191 | |
| 192 | public PImage getTexture(TextureInfo info) { |
nothing calls this directly
no test coverage detected