Placing, Dragging and Removing SCNNodes in ARKit

后端 未结 1 703
南方客
南方客 2020-12-15 01:57

I\'m working on a small project using ARKit. I want to be able to add objects to my AR SceneView on tap, remove them with a double tap, and drag theme around with a pan or d

相关标签:
1条回答
  • 2020-12-15 02:18

    The solution for dragging the object was to set the movedObject to the [[[hitResult node] parentNode] parentNode] parentNode] and the drag became smoother.

    0 讨论(0)
提交回复
热议问题