0
votes

I need to build a 3d editor in iOS. It should load 3d models to a scene and move, rotata, scale, add and remove 3d nodes. But I don't know whether I can export the 3d scene to a file (not just .scn) that other 3d tools like maya and 3d max can use it. If scenekit doesn't work, is there any solutions I can use to solve my problem?.

2

2 Answers

0
votes

Following the documentation : https://developer.apple.com/documentation/scenekit/scnscene/1523577-write
I would say this is not possible from an iOS device to export in a different format than .scn

0
votes

This is not for a full .scn but it may gives you some ideas on how to do it.

It is in Chinese but Google Translate does a good job at translating it.

https://mur.elii.io/iphone-x-face-tracking-capture-houdini/

He is saving the data 2 ways . One as a .txt file in the App Documents folder or sending it directly into Houdini in real time. You can transfer the .txt file to your Mac using iTunes (File Sharing)

There is another video on YouTube where they send the data to Blender

Elisha Hung XCode Face Capture X source code: https://github.com/elishahung/FaceCaptureX