Re: Java3D 1.6.0 Released
Posted by
runiter on
URL: https://forum.jogamp.org/Java3D-1-6-0-Released-tp4037525p4037945.html
I tried using my own suggestion here to rename packages with a script:
http://forum.jogamp.org/Dealing-with-the-outdated-java3d-libraires-on-Mac-tp4031866p4031907.htmlBut looks like Java3D 1.7 hardcodes access to some of the package names as I get this exception:
java.lang.IllegalStateException: No GeometryService implementation found. Please add j3d-core-utils to the classpath.
at javax.media.j3d.Font3D.newGeometryService(Font3D.java:956)
at javax.media.j3d.Font3D.triangulateGlyphs(Font3D.java:471)
at javax.media.j3d.Text3DRetained.updateCharacterData(Text3DRetained.java:700)
at javax.media.j3d.Text3DRetained.setString(Text3DRetained.java:254)
at javax.media.j3d.Text3D.<init>(Text3D.java:276)