Many Thanks Robert, the CVS version of OpenSceneGraph from the 8th August solves the z fighting issue.
I took a look at the code for both loaders but couldn't figure out what was going wrong, so really appreciate you fixing this. Gary. Message: 2 Date: Tue, 8 Aug 2006 17:13:40 +0100 From: "Robert Osfield" <[EMAIL PROTECTED]> Subject: Re: [osg-users] zfighting with new OpenFlight loader To: "osg users" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Thanks Gary, now model works great. Especially now I've tracked down the issue to convex polygon's not being tesselated (thanks to Ryan for providing an extra data point), as the old loader did. I have added a TESSELATE_GEOMETRY Optimizer pass into the loader which fixes the problems with the polygons in this model. Could you do a cvs update and see how you get on. Cheers, Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
