From: Thorsten R. <tho...@iv...> - 2000-09-01 13:20:47
|
Hi *, did someone tried to use Display Lists under Linux ? On Windows it works, on Linux there's just a black window ?!?!?! - Red Hat 6.2 - Kernel 2.2.14 - XFree 4.01 - NVidea GeForce2 Driver 0.94 It's something like that: int nName = 1; gl.glDeleteLists (nName, 1); // delete old list nName = gl.glGenLists (nName); // generate one new list gl.glNewList (nName, gl.GL_COMPILE); // start of display list definition ...<opengl calls>... // I'm currently just using lines & quads gl.glEnd(); // end of display list definition ... gl.glCallList (nName); // draw display list Any ideas's, comments ??? regards, Thorsten -- Thorsten Roemer IVISTAR Kommunikationssysteme AG Ehrenbergstr. 19 / 10245 Berlin http://www.ivistar.de |