Login  Register

Re: No GeometryService implementation found (Font3D related!)

Posted by unixnerd on Nov 10, 2023; 5:46pm
URL: https://forum.jogamp.org/No-GeometryService-implementation-found-Font3D-related-tp4043127p4043131.html

It's surprising but I've been using Java since 1.0 and never had to deal with services!

In my META-INF/servcies I made a file called org.jogamp.java3d.GeometryService with the line org.jogamp.java3d.utils.geometry.GeometryServiceImpl

All now works :-) And of course you're correct, this isn't a bug.