Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - anusha.r04

#1
Support / Integrating VUforia with JPCT-AE
November 18, 2015, 05:08:59 AM
I succesfully integrated. I want to handle touch event. i.e touching on particular point should change 3d model should blink
#2
Support / Re: jPCT-AE with Vuforia native Java
November 13, 2015, 11:27:29 AM
Im also facing the same problem
public void updateCamera() {


    com.threed.jpct.Matrix m = new com.threed.jpct.Matrix();
    m.setDump(modelViewMat);
    cam.setBack(m);


modelViewMatrix is null, could you let me know how you fixed it