how to make objects for arkit?

i download the example for arkit and i see the objectos, but i think that is very dificult make these objects.

do you know any application for make these objects? or how make these objects?


and last thing, do you have any example most easy,?? because the example in the web arkit, is complicated

>i think that is very dificult make these objects


Google for ready-made object libraries in that case - Unity forums for discussion.

Accepted Answer

You can create objects using Blender https://www.blender.org, the basic workflow is:


  1. Create or import the 3D object into blender
  2. Export as Collada (.dae) format
  3. Add the .dae file to a .scnassets folder in your project
  4. In XCode select it and go to Editor -> Convert to Scene Kit scene file format


I believe that the Collada format is widely supported, so you may be able to use other 3d programs too or find raw 3D assets in the Collada format.

how to make objects for arkit?
 
 
Q