Hi,

search the osg-submissions list for "osgoit" for an order independant transparency implementation. Maybe it could work for your case.

jp

Maxym Bilinets wrote:
The problem is that my model is not convex.
Is there any possibility to sort triangles inside the model?


umituzun84 wrote:
Hi Maxym,

Transparent objects drawing order is important. You have set " ss->setRenderBinDetails(1, 
"DepthSortedBin");" so it make your object drawn first. Try to draw it last with supporting "11" 
renderbin order instead of "1".

HTH. Regards.
Ümit Uzun




------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=22771#22771





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

--
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks Transtec Computers for their support.

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to