简体   繁体   中英

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 ?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM