Post

Replies

Boosts

Views

Activity

Reply to Why am I unable to render .dae file in Playground?
Same code works when ran as normal App template. This makes be believe that this is problem of Playground not my code. Therefore I went forward to test if SceneKit was the culprit. To test I just wrote code of simple sphere and it did render that. So SceneKit is supported in Playground and problem lies in rendering of .dae file. Upon conversation with o1 for like 1 hour (1 conversion away from limit) — it recommended to test if problem lies for .scn files as being Apple extension may perform better or have been tested. And to my surprise IT DID! So after converting my .dae files to .scn file — now my app works. tldr; At the time of writing, Playground can’t render .dae file using SceneKit. The workaround I’m using (which might be better in terms of storage efficiency) is converting them to .scn (SceneKit Scene file); which Playground was able to render. Regards Prabhas
3d