magicien / GLTFSceneKit

glTF loader for SceneKit
MIT License
290 stars 91 forks source link

Not working if Access .gltf file via url #71

Open amit123ios opened 2 years ago

amit123ios commented 2 years ago

Its not accessing the .gltf file when I using it through url like: do { let sceneSource = GLTFSceneSource(url: scenePath) scene = try sceneSource.scene() } catch { print("\(error.localizedDescription)") return }

its saying : The file “Box0.bin” couldn’t be opened because there is no such file.

surayashivji commented 1 year ago

Is scenePath a valid URL object leading to a glb/gltf?