I’d like to do some minor adjustments like position or rotation to get a better matching.
- Using SessionOrigin.MakeContentAppearAt(…));
- Update Model’s transform;
Which one should I use? Or any other suggestion?
Thanks a lot.
I’d like to do some minor adjustments like position or rotation to get a better matching.
Thanks a lot.
Using SessionOrigin.MakeContentAppearAt() is less error-prone. This way you will never have problems with scaling your AR scene or encountering bugs related to changed object positions.
For example, you have an existing app with real-world scale objects, and you want to add AR into it, it’s much easier to use SessionOrigin.MakeContentAppearAt() and scale your ARSessionOrigin.