Hi Sebastian, > Hi there, > > I would like to access the Display Lists generated by OpenSG. > For the moment I use OpenSG only to handle the geometry using the > scenegraph infrastructure, but I do the rendering using my own tool. > To do so I need the geometry as a display list and as far as I know > OpenSG stores the geometry by default in such a list. > But I wasn't able to get the Display List Id. There is a member of > GeometryBase getGLId() but its protected and I couldn't find a way to > acces it even by reimplementing my own Geometry class, which I derived > from GeometryBase. > My question is: > Is there a possibility to access the display lists, created by OpenSG? > If yes, how does it work? > > Thank you for any feedback > > > Sebastin Knödel
you can use the reflective interface just search for the "GLId" field and read the value. Andreas -- VREC Robert-Bosch-Straße 7 D-64293 Darmstadt Tel. 06151-4921035 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
