OpenGL creating applet problems?
in
Integration and Hardware
•
1 years ago
Hello,
I'm trying to get my applet to run online but I'm having some issues... (as in it's not working).
I'm using OpenGL
http://www.openprocessing.org/visuals/?visualID=44378 and the applet doesn't want to load. But if I create an applet of exactly the same program, but I remove
import processing.opengl.*; and change the setup to
P3D, the applet works fine (although as you will see the base layer requires OpenGL to work properly).
http://www.openprocessing.org/visuals/?visualID=44380
If you have any ideas of how to fix this I would greatly appreciate it!
1