How to read JSONDocument of gltf files with WebIO? #1106
Answered
by
donmccurdy
neciszhang
asked this question in
Q&A
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
donmccurdy
Sep 25, 2023
Replies: 1 comment 1 reply
-
Please share more detail about what you're trying to do, and any issues you're having. Are you having trouble constructing a JSONDocument, and if so from what data? If the glTF files are at a remote URL you probably don't need to construct the JSONDocument structure first, instead call Related: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
neciszhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please share more detail about what you're trying to do, and any issues you're having. Are you having trouble constructing a JSONDocument, and if so from what data? If the glTF files are at a remote URL you probably don't need to construct the JSONDocument structure first, instead call
await io.read(url)
with that URL.Related: