Hi all - I am using OSGGeometry nodecores that have ~ 1000 points in them. I setDListCache(true) for these cores, as these points are replaced periodically, but after I modify the GeoPositions field it seems that the old points are displayed along with the new ones. Is there a way to tell OpenSG to dump the old Display list for a node core and generate a new one?
Another question along those lines, Is there a way to pre-compile display lists like this and then directly use the precompiled lists in my node cores? This way I could quickly replace one display list ( which might contain 1000's of points) with another that already sits in the video card's memory. I've got a lot of unused graphics memory just sitting there....... Dan ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
