I am tring to implement subplot 3D axes similar as the functions in MatLab.
Multiple GLEventListener method was tested, that means each 3D axes implements GLEventListener was added in one GLJPanel with addGLEventListener method. An example that I added two 3D axes but only the last added 3D axes was plotted.
So I am thinking multiple GLEventListener method may be not the right way, and I want to know how to implement subplot 3D axes using JOGL. Thanks for any help!
www.meteothink.org