We are about to switch to a new forum software. Until then we have removed the registration on this forum.
this is another sample from viki,
import processing.opengl.*;
import javax.media.opengl.GL;
PGraphicsOpenGL pgl;
GL gl;
int mydisplaylist;
void setup() {
size(300, 300, OPENGL);
pgl = (PGraphicsOpenGL) g; ///?
gl = pgl.gl; **///-----here, can not be resolved.**
initDL();
}
void draw() {...
...
the two marks statements seem to have some thing matter. any prompt?
Answers
http://wiki.processing.org/w/Display_List