2

I downloaded ARKit demo provided by apple and i seen that there are .scn files which are used as virtual object in app, How can i create other virtual object file like same?

Satish Mavani
  • 4,897
  • 2
  • 20
  • 30
  • 1
    Possible duplicate of [How to create a scene file for ARKit?](https://stackoverflow.com/questions/44668122/how-to-create-a-scene-file-for-arkit) – nathan Jun 27 '17 at 21:20
  • Possible duplicate of [How to create realistic .scn files?](https://stackoverflow.com/questions/44814390/how-to-create-realistic-scn-files) – Hal Mueller Jul 04 '17 at 08:09

1 Answers1

7

In Xcode File -> New -> file -> SceneKit Scene File to create your blank scene file.

You can also drag and drop your .dae file into Xcode project and convert it into .scn directly by clicking Editor -> Convert to Scenekit Scene File Format(.scn)

Vidhya Sri
  • 1,773
  • 1
  • 17
  • 46