www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: penprakash on June 25, 2013, 05:12:00 pm

Title: rotating the 3d model object
Post by: penprakash 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
Title: Re: rotating the 3d model object
Post by: EgonOlsen 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?