Java3D 1.6.0 Released

Posted by philjord on
URL: https://forum.jogamp.org/Java3D-1-6-0-Released-tp4037525.html

Harvey has released a final release of Java3D 1.6.0.

This version relies entirely on the JOGL project from jogamp.org to access 3D rendering functionality, so you'll need to grab that as well.

Prebuilt jars available here: https://github.com/hharrison/java3d-core/releases/tag/1.6.0

Source code:
https://github.com/hharrison/java3d-core/
https://github.com/hharrison/java3d-utils/
https://github.com/hharrison/vecmath/


And just to let anyone who's interested know the pre1 of Java 1.7.0 is released here:
https://github.com/philjord/java3d-core/releases

The main feature of it is the addition of an OpenGLES2 pipeline, which will run on mobile devices and is "significantly" faster than the older pipeline.
But it's far less tested that the 1.6.0 Harvey just released so unless you need performance or the new pipeline stick with 1.6.0 for now.
Also it's not going to run on Android or any system that doesn't have the AWT sub system, that release is coming in the not too distant future.