ARオブジェクトを常にカメラの方向を向いた状態で配置する
できるもの
配置する場所に依存することなく、オブジェクトは常に立方体の側面が見えていない状態で生成されます。
Regardless of where it is placed, the object is always created with the sides of the cube not visible.
前提となる知識
- ワールド座標は起動時に生成される
- SCNNode.eulerAngles = SCNVector()で回転を行うことができる
実装方法
SCNNodeを作成する関数の中で、nodeに対して回転を行います。
if let camera = self.sceneView.pointOfView {
boxNode.eulerAngles = SCNVector3(0,camera.eulerAngles.y,0)
}
参考にしたサイト
Author And Source
この問題について(ARオブジェクトを常にカメラの方向を向いた状態で配置する), 我々は、より多くの情報をここで見つけました https://qiita.com/Hyperbolic_____/items/77f2aa95f1c0e6e6ddbd著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .