Processing Forum
Hello guys!
I'm using TextureIO to load images directly into opengl. Like this:
It works fine, when launching from processing. But running the applet in the browser gives:
As a solution I tried to load the image first as a BufferedImage and pass this to TextureIO.newTexture. It didn't work. It seems, I can't access any files from the data path using a FIle object.
… any ideas?