Login  Register

Re: Where is the latest version of Java3D

Posted by philjord on Jan 25, 2020; 3:21am
URL: https://forum.jogamp.org/Where-is-the-latest-version-of-Java3D-tp4040278p4040291.html

Runiter,
You're dead right that fix is missing from the JoglPipeline of the 1.7.0 code line.

I'm not entirely sure why that one bug fix wasn't taken across, Harvey wrapped up and release 1.6.0 3 years ago, and in doing so put in a few final bug fixes.

Because of the package name change I couldn't easily pull those one off patches into the 1.7.0 code line so I manually took them across, checking now I see that the commit before the numSamples and the commit after it  were both taken across, but somehow I missed the numSamples commit.

I've released 1.7.0 (which is just waiting to be put up on maven central) so I'll patch this into dev 1.7.1 branch shortly if that works for you.

Thanks for spotting this problem.

Phil.