What are the requirements for supporting Collada/DAE models in SceneKit?

前端 未结 1 522
时光取名叫无心
时光取名叫无心 2021-01-07 07:10

I have received Collada (DAE) files from several different 3D authoring tools (Rhino, Blender, Cinema4D, etc) and have found that sometimes the models fail to load. Xcode do

相关标签:
1条回答
  • 2021-01-07 08:02

    Avoid Collada version 1.5 (as far as I know only Cinema4D exports to 1.5 by default but it has an option to export 1.4). Collada 1.5 is not supported by SceneKit. Then, in my experience with Maya and 3DSMax, the "openCollada" exporter (free plugin) gives better results than the built-in exporters.

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