-1

need to draw curved polygon in ARScene like on a picture Using swift code only. Any ideas ?enter image description here

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
Artem
  • 303
  • 2
  • 9

1 Answers1

0

You can draw a curved Polygonal Model in ARKit/SceneKit using several polygons, not single one. For nice curvature 30 to 100 polygons needed.

enter image description here

But if you meant whether ARKit/SceneKit supports NURBS Models like Maya or 3dsMax does – the answer is NO. You have an API only for Poly Modeling.

For further information please read the following SO post.

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220