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.


Topics - penprakash

Pages: 1 [2]
16
Support / integration with vuforia help
« on: February 28, 2013, 02:20:15 pm »
 I have followed the JPCT integration tutorial provided by JPCT wiki and i had a problem in camera view. Camera view shown only portion of the screen (1/4 bottom),  not coming full screen camera view. Can you please tell me why it is not displaying the full screen camera view. Also they have given updateCamera method, when this will be called and from where should this be called?

 

public void updateCamera() {
   Matrix m = new Matrix();
   m.setDump(modelViewMat);
        cam.setBack(m);
}

 

Prakash V

Pages: 1 [2]