3D model formats in ARKit / ARCore development

前端 未结 4 1227
南旧
南旧 2021-01-06 02:19

I am a beginner at AR game development for both iOS and Android. I have the following questions:

  1. What kinds of 3D model formats are supported by ARKit for i

4条回答
  •  失恋的感觉
    2021-01-06 02:40

    ARcore itself doesn't come with any 3d model handling logic at this moment. To render a 3D model in any format, you need to parse the data and draw it using openGL. The sample app in the package demonstrates how this can be done for a simple 3D model i.e 1 OBJ and 1 texture file.

提交回复
热议问题