Hi, On Sat, 2004-12-11 at 22:47, Jo Bard wrote: > Thank you very much, my problem really looks like what you describe. > Now I want to try the trick you told me (render without frustum > culling, in order to download everything on the gfx cards at the > beginning), but as you know I'm a beginner (see my old posts...) and I > have no idea about how to do that : do I have to use another > RenderAction? is this just a parameter that I have to change?
just a parameter, same renderaction is fine, just do renAct->setFrustumCulling(false); before the first frame and renAct->setFrustumCulling(true ); after the first frame regards, gerrit ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
