Is there a simple way for adding an image / texture to the foreground of a P3D sketch?
I could render the scene in PGraphics and layer the resulting images in the right order. But is there something as simple as foreground(image);?
1