Search code examples
iosobjective-cscenekitcollada

Scenekit Convert scene in obj file


I am working with SceneKit for an iOS project. I want to export the current Scene into a OBJ file.

  • Is it possible in Objective-C to create OBJ file with the SCNScene ?
  • Is it possible to import OBJ file with Scenekit ?

Solution

  • it's technically possible, yes. But there is no built-in API to do that if that's your question.