Login  Register

Display a GLCanvasobject in Android

Posted by kaeffin on Jun 08, 2016; 6:35am
URL: https://forum.jogamp.org/Display-a-GLCanvasobject-in-Android-tp4036803.html

Hello,

I hope someone can help me. I have a external library that create a GLCanvasobject. The Library use JOGL and is exported from Eclipse. Now I want to use this Library in an Androidapp. Everything is good and the GLCanvasobject is created.

But the problem is that i am not able to display this object..

When I create a new Eclipseproject and include my library I add the GLCanvasobject to a Panel and then i can see it.

What I have to do when I want to do this on Android. I tried a SurfaceView but there is only a function for normal CanvasObjects.

is that even possible?

Sorry for my bad English...

regards
Kevin