"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

question about rotation.

Hi, I have some question about rotation. I want to app create character which faces to camera(only y axis) and stay that angle even if the camera angle is changed. but it seem to create character right angle but all of sudden the angle is reset to 0. I try to change angle at OnTrackablesUpdated().. i saved the angle value at creating time and keep changing to the angle in that function,but it doesn't work. any idea???? thank you.....

I believe a more appropriate place to adjust the pose would be within ImageTracker where it calls PositionTrackable().

vigneshjeyaraj2

Thu, 05/05/2016 - 07:51

Is there a way to get trackable angle such as in Euler angle? After the trackable is detected if I change the angle of the device relative to the trackable I want to know the angle between camera and trackable.