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.


Messages - anusha.r04

Pages: [1]
1
Support / Integrating VUforia with JPCT-AE
« on: 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
« on: 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

Pages: [1]