Login  Register

Re: Make TransparentRenderingInfo public

Posted by hharrison on Feb 13, 2014; 9:41pm
URL: https://forum.jogamp.org/Make-TransparentRenderingInfo-public-tp4031572p4031578.html

Sorry for the API break.

I should have killed the old j3dutils classes and interfaces when I replaced them in the core.

Currently in 1.6:

com.sun.j3d.utils.scenegraph.transparency.TransparencySortController is now unused and has _no_ effect

see:

javax.media.j3d.TransparencySortMap
which provide equivalent funcitonality using the javax.media.j3d.TransparencySortGeom
interface.  The TransparentRenderInfo has never been public in java3d and I'm not sure you should even need it as the same API is still being provided by the new interface....please correct me if I have missed something.

So, I think the best bet is to kill the old classes and then we can discuss anything missing in the new interface at that point...seem fair?

Harvey