在 Vision 识别的坐标上叠加 3D 对象的最佳方式

The best way to overlay 3D objects on coordinates recognized by Vision

我正在尝试在 Vision 框架识别的坐标处渲染 3D object。我已经知道 SceneKit,我想要一种具有逼真的渲染效果的方法。

想知道除了SceneKit还有没有更合适的方式

在此先感谢您的帮助!

在您的情况下,最好(并且相当简单)的方法是使用 ARKit 的 ARFaceAnchor or RealityKit's target AnchorEntity(.face)。这里不需要Vision。

SceneKit and RealityKit allow you to apply a high quality Physically Based shaders 在模型的表面上。