簡體   English   中英

ARCore – 使用給定坐標實時增強圖像

[英]ARCore – Augment an image in realtime with the given coordinates

我在 Android Studio 中使用 ARCore。 我的應用程序將提供XYZ坐標。 我想要以明確的 position 呈現的 3D 圖像。

  • 我怎樣才能做到這一點?

  • 當檢測到平面並點擊它時,我是否能夠渲染 object?

Image DetectionPlane Detection是 ARCore 或其他 AR 框架中的不同技術。 當您實現 ARCore 的圖像檢測功能以在場景中放置 3D model 時,您可以使用以下代碼

如果您想實現平面檢測功能,請閱讀 Google 文章,其中不僅包含有關平面檢測的信息,還包含有關光線投射和命中的信息。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM