I am Integrating JPCT-AE with Vuforia for as Vuforia sample ImageTarget
teapot model. I followed the kelmar and Sam Rad's answer and now I am able to render my model as well as teapot but in landscape mode only.
:::::BUT:::::::
When I make changes in initApplication()
in ImageTarget
int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_SENSOR;
or ORIENTATION_PORTRATE;
My model starts rendering here and there on the screen which means it's not the way that teapot is rendered. As I understand, we need to change the matrix something to render model in portrait mode.
But I don't know how. If you have any idea, please refer me shortly.