Author Topic: rotating the 3d model object  (Read 1595 times)

Offline penprakash

  • byte
  • *
  • Posts: 26
    • View Profile
rotating the 3d model object
« on: June 25, 2013, 05:12:00 pm »
Hi,

  i have integrated jpct-ae with vuforia, model is not displayed in the right angle. As per tutorial modelViewMatrix has to be rotate with 180 in x axis,

SampleUtils::rotatePoseMatrix(180.0f, 1.0f, 0, 0, &modelViewMatrix.data[0]);

I have done this in my code, but model is not displayed in the right angle.

Thanks & Regards,
Prakash V

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: rotating the 3d model object
« Reply #1 on: June 25, 2013, 08:56:17 pm »
Personally, i've no idea about this Vuforia stuff, but others have implemented this tutorial with success, so it should be fine. What exactly does "is not displayed in the right angle" mean in this case?