Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在距离相机 0.9 米处放置了一个 AnchorNode。
val anchor = frag.arSceneView.session.createAnchor(pose) val node = TransformableNode(system) node.renderable = renderable node.setParent(root)
当桌子上没有检测到平面时,我无法移动节点。
如何通过在无限的水平表平面中拖动来让节点移动?