(String path, Object... args)
| 1291 | |
| 1292 | |
| 1293 | @Override |
| 1294 | public PImage loadImage(String path, Object... args) { |
| 1295 | // Would like to rewrite this for 4.x, but the strategies for loading |
| 1296 | // image data with GL seem unnecessarily complex, and not 100% necessary: |
| 1297 | // we haven't had to remove as much AWT as expected. [fry 211123] |
| 1298 | return ShimAWT.loadImage(sketch, path, args); |
| 1299 | } |
| 1300 | |
| 1301 | |
| 1302 | @Override |