We were using EasyAR2 for a non commercial application. We were able to draw 3d objects and static images as augmentations using Opengl.
Now for some reason we are trying to build a commercial project so we will need a commercial licence, but as we try to use the same Java Classes for rendering and displaying 3d objects and static images as augmentations using Opengl, none of this is working.
We see that you have made significant changes to the GLView class (From version 2 to version 4) and perhaps the problem lies there. We also see that now there is a BGRenderer class that was not there before in version 2.
The issue we are having is that objects are not displayed at all in camera view. The BoxRenderer class you provided in the samples is working.Could you advise on the matter?
As you provide a BoxRenderer and a VideoRenderer class, could you provide an ImageRenderer class and an ObjectRenderer class in a sample?
If we are unable to make this work, we will probably check other ar engines for a commercial licence, since we cannot purchase a licence for easy ar2.