Releases: ponahoum/three-usdz-loader
Releases · ponahoum/three-usdz-loader
v1.0.9
- Upgraded the package to ThreeJs v0.166
- This upgrade fixes missing textures issues and other random bugs caused by version mismatch (shader issues, "euler error" etc.) when using three-usdz-loader with newer versions of threejs
- It's highly recommended that your project ThreeJS version matches with the one of the package (0.166 as of this release)
- Switched diffuseColor map of the physical material to use the SRGB Color space, giving overall more vibrant colors to the loaded models
- Fixed an issue with materials attributes being modified to undefined/null instead of non modified. Thanks @Jamedie for the find and fix.
- Renamed uv2 -> uv1. As ThreeJS renamed the uv channels in three 0.152
- Set Three to peerDependencies instead of dependencies in package.json