Login  Register

Re: OSGi: need J3D 1.6 source code for a patch

Posted by hharrison on Nov 12, 2013; 6:09pm
URL: https://forum.jogamp.org/OSGi-need-J3D-1-6-source-code-for-a-patch-tp4030430p4030606.html

I think you are using an old version of Java3D, likely 1.5.2.

The version of Java3d I maintain has removed all native libraries.  If you see something loading libj3dcore-ogl.so then you are not using the version of Java3d from jogamp.

Source code for my version is located here:

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

Prebuilt jars avaiable here:

http://jogamp.org/deployment/java3d/1.6.0-pre8/

This version of Java3d relies _completely_ on jogl2 to get access to OpenGL.

Harvey