Login  Register

Re: Where is the latest version of Java3D

Posted by Sven Gothel on Jan 23, 2020; 10:05am
URL: https://forum.jogamp.org/Where-is-the-latest-version-of-Java3D-tp4040278p4040280.html

On 1/23/20 10:46 AM, gouessej [via jogamp] wrote:
> Hello

Thank you Julien.

>
> Java3D 1.6 still exists because some developers don't want to modify their
> import clauses, some bug fixes are backported but I strongly encourage all
> Java3D users to switch to Java3D 1.7 that should contain all bug fixes and
> that contains all new features.
>
> Personally, I don't get the reason to refuse updating the import clauses,
> including in very large code bases. I did so, it's not the end of the world.

At JogAmp we changed the namespace (import clause) for all packages
a while ago to pre-emptively avoid any (legal) issues with the
owner of said namespace.

We thought it is imperative to keep the project alive
in an independent fashion.

I strongly advise Java3D to follow suit and to abandon the original
namespace, as the latter may render commercial utilization
difficult due to granted terms of use of the running Java[tm] environment.

Hope it helps.

>
> @Phil, can you reply more precisely about Java3D 1.7?

Yes, Phil is currently the ruling maintainer of Java3D.

Cheers, Sven