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

one .JSON file will call to load another JSON #380

Closed
bhoske opened this issue Apr 28, 2015 · 1 comment
Closed

one .JSON file will call to load another JSON #380

bhoske opened this issue Apr 28, 2015 · 1 comment

Comments

@bhoske
Copy link

bhoske commented Apr 28, 2015

Hello,

I am trying implement to call multiple JSON file from single entry .JSON file.
Explanation to my query :
Main assembly have a reference of child part /subassembly. And If we call to main assembly, it will internally call to refereed child part/subassembly. Same thing I am trying to get in GLTF viewer.

Please can you guild me to achieve these.

Thanks.

@pjcozzi
Copy link
Member

pjcozzi commented Jul 18, 2015

The glTF spec does not support this, but it may in the future. See #37.

In the meantime, you could, of course, use multiple glTF files or incrementally load the buffers/images, which tend to be the bulk of the data.

@pjcozzi pjcozzi closed this as completed Jul 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants