How to create realistic .scn files?

前端 未结 4 1047
陌清茗
陌清茗 2021-01-30 07:14

Looking at the apple sample AR app, there are many realistic looking objects (cup, candle, etc). However working with the scene kit editor on Xcode it is clear that this only al

4条回答
  •  佛祖请我去吃肉
    2021-01-30 07:37

    You can create your realistic 3D models in .DAE format which is supported by many tools. Then in Xcode, you can convert that .DAE file to .SCN format. For conversion, check this

    How to convert .DAE to .SCN

提交回复
热议问题