Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : OpenGL: beginGL() does not exist

$
0
0
Hey! Thanks for your answer. I'm still stumbling along...
So this 
  1.   PGraphicsOpenGL pgl = (PGraphicsOpenGL) g;  
  2.   GL gl = pgl.beginGL();  
Becomes this:
  1.   PGraphicsOpenGL pgl = (PGraphicsOpenGL) g;  
  2.   PGL gl = pgl.beginPGL();  
But then I get errors like "glColor4f(...) does not exist. Bummer :(

(just for reference, i am using the simple example from the wiki). 

Viewing all articles
Browse latest Browse all 1768

Trending Articles