www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: billda on July 30, 2014, 11:26:30 am

Title: Vuforia Java API integrated with jPCT
Post by: billda on July 30, 2014, 11:26:30 am
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
Title: Re: Vuforia Java API integrated with jPCT
Post by: billda on July 30, 2014, 12:35:32 pm
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
Title: Re: Vuforia Java API integrated with jPCT
Post by: EgonOlsen on July 30, 2014, 09:43:35 pm
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?
Title: Re: Vuforia Java API integrated with jPCT
Post by: billda on July 31, 2014, 08:52:07 am
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.
Title: Re: Vuforia Java API integrated with jPCT
Post by: EgonOlsen on July 31, 2014, 08:09:37 pm
Yes, an example project would be nice... ;)