简体   繁体   中英

How to draw curved polygon in ARKit?

need to draw curved polygon in ARScene like on a picture Using swift code only. Any ideas? 在此处输入图像描述

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

在此处输入图像描述

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM