简体   繁体   English

Scenekit在obj文件中转换场景

[英]Scenekit Convert scene in obj file

I am working with SceneKit for an iOS project. 我正在为iOS项目使用SceneKit。 I want to export the current Scene into a OBJ file. 我想将当前场景导出到OBJ文件中。

  • Is it possible in Objective-C to create OBJ file with the SCNScene ? 在Objective-C中可以使用SCNScene创建OBJ文件吗?
  • Is it possible to import OBJ file with Scenekit ? 是否可以使用Scenekit导入OBJ文件?

it's technically possible, yes. 从技术上讲是可能的,是的。 But there is no built-in API to do that if that's your question. 但是,如果这是您的问题,则没有内置的API可以执行此操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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