Re: Make TransparentRenderingInfo public
Posted by Tom Robert on Feb 14, 2014; 8:25am
URL: https://forum.jogamp.org/Make-TransparentRenderingInfo-public-tp4031572p4031583.html
My mistake. I did not know about TransparencySortMap. I used trancparencySortController which gave callbacks with TransparentRenderInfo instances. So it seems that it still have some effect. I did not notice that TransparentRenderInfo inherited from TransparencySortGeom that have all the functionality I needed. Anyway, after using TransparencySortMap things seems to be working as expected again :-)
The API break is perfectly fine. It was a bad design from the beginning to have the core depend on com.sun.j3d.util.
Thank you for the help!