You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
This carries a bit of historical baggage, but basically it is a JSON-String that contains a list of children.
Each child represents an individual piece of furniture within the group.
The important part in each child is the src. Cut off the leading exclamation mark and you get the Product ID that you can pass into another io3d.furniture.get call to get the fileKey and then display it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like are a few results returned by
io3d.furniture.search
are groups, causing errors for a-frame,furniture.get
andstorage.export*
methods.For example: https://furniture.3d.io/#furnitureId=68833b2a-6559-4b25-8690-8ee18ecc9d41
To Reproduce
io3d.furniture.get('68833b2a-6559-4b25-8690-8ee18ecc9d41')
Actual
error gets thrown: File header error: Wrong magic number. File is probably not data3d buffer format.
Expected
Either no error to be thrown, or no groups to be returned by
io3d.furniture.search
As a work around you can pass
-group
to the search string, but thought I would make this issue incase anyone else comes across it.The text was updated successfully, but these errors were encountered: