Text with Open GL

Hello. I'm using the Processing library to show some text with Open GL. For that, i chose the Open GL flag in the 'size' method in 'setup' as a third argument. The problem is that if i instantiate an object running this Applet, kill it and re-instantiate a new one without stopping the JVM, this PApplet won't run again, it stops on the 'size' method.

Does anyone seen this before?

I'm kinda struggling with this.

Best regards.

Answers

Sign In or Register to comment.