Hi, On Wed, 2004-05-19 at 16:59, Chad Austin wrote: > In my main model, there are tons of geometry nodes that overlap with each > other. > Maybe that's the problem. However, I created a Sphere in VRED, saved it to > a > file, then ran my GraphOp on it. Attached is what it looks like in > osgSceneViewer. (It has a transparency value of 0.5.) It looks like it's > not > doing any sorting at all right now. Same with a cube. (Is this known to > have > broken recently?)
well it is known to never have worked ;-) as we sort only on the object and not on the polygon level and we don't have a implementation for order independent transparency rendering. So yes it looks like it is not sorted because it actually is not sorted at all and unfortunately this is the expected result ;-(. regards, gerrit ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
