3
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[Unity]AR(Vuforia)でオブジェクトがズレる問題の対処法

Last updated at Posted at 2018-10-21

VuforiaでARマーカーを使ってAR表示させた場合に動きを伴うオブジェクトが徐々にずれていく場合の対処方法です。

#仮想世界の起点を設定する
AR上でのズレ問題はARCameraのインスペクターで『DeviceTracker』が選択されているのが原因です。ARマーカーの座標が常に動くため付随して他のオブジェクトの座標がずれます。
スクリーンショット 2018-10-21 21.34.02.png
※Vuforia configurationの設定で『Device Tracker』にチェック→スマホで実機確認する場合にはPC場ではズレていても端末上ではキチンとトラッキングしていたりします。

###ARカメラの設定を変更
World Center Modeの設定をFirst_Target、またはSpecific_Targetに変更します。
スクリーンショット 2018-10-21 21.33.11.png
ARマーカーが座標起点になり、オブジェクトの動きが安定します。
スクリーンショット 2018-10-21 21.32.44.png

参考URL

Unity+Vuforiaで複数のマーカーを認識させる
http://shiro-izu.hateblo.jp/entry/2016/03/02/144044

3
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?