✋Breaking Change
- Our default tone-mapping has been updated to PBR Neutral, for improved color accuracy. If you have not been specifying
tone-mapping
, you'll need to either regenerate your poster images or usetone-mapping="aces"
to get our legacy behavior. #4886 - The default min and max camera-orbit have been updated to allow straight top and bottom views. #4916
Bug fixes
- Fixed variants. #4882
- Fixed surface hotspot updates. #4867
- Fixed withCredentials updating. #4892
- getCameraTarget now returns the instantaneous position, like getCameraOrbit. #4895
Examples
✨ Updated model
documentation. #4776
✨ Fixed material picking example to work in WebXR mode, thanks @Hamidrzash! #4851
Other notable changes
- Upgraded to Three.js r169. #4885, #4907
- We no longer require a meta viewport tag to render at full DPR resolution. #4896
- Moved the render fidelity comparisons out of this repo to Khronos ownership. #4779