We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While other loaders throw errors upon encountering a non-recoverable issue, the USDZ loader merely logs a warning and returns an empty group.
USDZLoader should throw an error such that developers may handle it accordingly, instead of receiving a nullish value (empty group).
I've used the following asset for testing: https://developer.apple.com/augmented-reality/quick-look/models/cupandsaucer/cup_saucer_set.usdz
USDZLoader.load("cup_saucer_set.usdz")
N/A
No response
r165
Desktop
Firefox
Linux
The text was updated successfully, but these errors were encountered:
USDZLoader: throw error instead of warning (mrdoob#28684)
92943a3
USDZLoader should throw an error instead of the warning, to allow the consumer to act upon the error.
ffa42cc
USDZLoader: throw error instead of warning (#28684) (#28685)
ce72acd
Successfully merging a pull request may close this issue.
Description
While other loaders throw errors upon encountering a non-recoverable issue, the USDZ loader merely logs a warning and returns an empty group.
USDZLoader should throw an error such that developers may handle it accordingly, instead of receiving a nullish value (empty group).
I've used the following asset for testing: https://developer.apple.com/augmented-reality/quick-look/models/cupandsaucer/cup_saucer_set.usdz
Reproduction steps
Code
USDZLoader.load("cup_saucer_set.usdz")
Live example
N/A
Screenshots
No response
Version
r165
Device
Desktop
Browser
Firefox
OS
Linux
The text was updated successfully, but these errors were encountered: