Hi, I have seen tutorials and many forum posts about integrating vuforia with jpct but all these posts were about native vufori api based on ImageTargetNative example. Is it possible to use only Vuforia Java API with no need to write C++ code and if it is, is there some kind of example how to do this?
Thanks
Well, I figure it out, I have tried to port renderFrame method from C++ to Java and it works .. here is my ImageTargetRenderer class: http://pastebin.com/hCVFik5A
If that really works, i would like to add it to the wiki. But i've no clue about Vuforia, so i'm not sure where to put it and what top write about it. Do you want a wiki account to add it to the wiki with some additional description? Or can you at least tell me what part of the current, native how-to it replaces?
I could send you my Example project with some steps I've made. I was using this project that successfuly integrated your tutorial from wiki about vuforia and jPCT - https://github.com/sidneibjunior/vuforia-jpct . Maybe you could add this link to that tutorial either.
Yes, an example project would be nice... ;)