You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when lock to landscape orientation, for motion (gyro) enable, the panorama image will not show correct orientation with the device, but for touch input it is fine.
The text was updated successfully, but these errors were encountered:
thanks! turns out each of the 4 orientations requires their own unique orientation matrix. i just added Landscape Left. the other two should follow soon.
also note the new recommended and simpler way of initializing: -(id)init, instead of -(id)initWithFrame.
when lock to landscape orientation, for motion (gyro) enable, the panorama image will not show correct orientation with the device, but for touch input it is fine.
The text was updated successfully, but these errors were encountered: