Hi Lukas, At a guess, the error code you are getting is generated by glNewList() because prDisplayList has not been initialised by calling glGenLists() first.
Try setting a breakpoint on the glNewList() line and look at the value of prDisplayList. OpenGL requires a non-zero display list name. If you still have trouble, could you post a bit more information about the setup. Cheers, -Tony ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=26658#26658 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

