Plane's geometry on Android

Include the following details (edit as applicable):

  • Issue category: Real-time Mapping-Depth / ARDK Documentation / ARDK Virtual Studio Tools / Developer Tools
  • Device type & OS version: Android
  • Host machine & OS version: Mac / Windows / Linux / Other Ex. Mac on Big Sur x.x
  • Issue Environment : On Device
  • Xcode version:
  • ARDK version:
  • Unity version:

Description of the issue:
I need to get geometry of planes on Android, but IARPlaneAnchor contains only extents of plane. How i can get the vertexes, triangles and etc. ?

Hello Andrew,

Unfortunately this information is not provided for Android and is only available on iOS. The IARPlaneAnchor does contain an IARPlaneGeometry type with Information like vertices, texture coordinates, etc… but that data is passed through from each device’s respective AR API. The ARCore documentation doesn’t seem to provide any facilities to send over such data.