how to convert .dae to .scn files in SceneKit

前端 未结 2 892
悲&欢浪女
悲&欢浪女 2020-12-07 18:52

This is a screenshot from Apple\'s Fox sample code. As you can see, they use .scn file format for graphics object. They explicitly state in the wwdc2015 video that this was

相关标签:
2条回答
  • 2020-12-07 19:27

    Exporting the .dae is unnecessary; you can place the object directly into a .scn file:

    Create the new .scn file in the .scnassets folder, then drag the .dae file into the scene.

    0 讨论(0)
  • 2020-12-07 19:38

    open your DAE file in the SceneKit scene editor, then go to the Editor menu and click "Convert to scn file format".

    Your artist won't be able to export a scn file from their favourite tool. You'll have to use Xcode to convert a DAE to SCN.

    0 讨论(0)
提交回复
热议问题