I'm trying to display a scene in Java according to the tutorial:
https://developers.arcgis.com/java/latest/guide/display-a-scene.htm
Unfortunately, I receive an error:
Error message: Internal error exception
Additional error message: star_draw,GL_VERTEX_SHADER:0:3(10): error: GLSL 1.50 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES
Seems that the application is trying to use OpenGL Shader Language 1.50 which my system does not seem to support. I assume I either need to install a compatible shader on Ubuntu, or I need to instruct ArcGIS SDK to use a different shader.
I'm happy with either of the 2 solutions, but do not know how to implement them.
So far no luck on my StackOverflow post: https://stackoverflow.com/questions/47628186/jaxafx-shader-issue-on-ubuntu-help-translate-error