Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working if Access .gltf file via url #71

Open
amit123ios opened this issue Oct 18, 2022 · 1 comment
Open

Not working if Access .gltf file via url #71

amit123ios opened this issue Oct 18, 2022 · 1 comment

Comments

@amit123ios
Copy link

amit123ios commented Oct 18, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants