Hi,
I have some 2D code which I would like to use on top of my 3D stuff. Basically, I’m drawing curves in 3D and in the bottom left corner of the graph I would like to have something like a legend.
I know that rewriting the legend code in jogl is probably the best thing to do. But is there in temporary solution in which I could draw my legend directly to Canvas3D.getGraphics().
What’s happening right now is that the 2D object appears momentarily and gets immediately overdrawn.
Many thanks in advance.
Pahidla