xatlas-three icon indicating copy to clipboard operation
xatlas-three copied to clipboard

XAtlas + Three.js: Mesh parameterization / UV unwrapping module for three.js in wasm with webworkers.

Results 2 xatlas-three issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for this library! I played with it for a hobby project using in combination with [lightmap-baker](https://github.com/lucas-jones/three-lightmap-baker) and I found that if the model has tangent attributes then those...

Here is the code ![image](https://user-images.githubusercontent.com/25452819/230040928-9257c8d6-fc23-4d1a-83a2-90edc41334d9.png) package.json ![image](https://user-images.githubusercontent.com/25452819/230041009-c2f68831-52fc-4863-8bf4-a44269de78fa.png) before unwrapping ![image](https://user-images.githubusercontent.com/25452819/230041312-391f0dab-8f8e-483d-819d-ac525107d7de.png) here is the result of the unwrap(`unwrapper.packAtlas(...)`) ![image](https://user-images.githubusercontent.com/25452819/230040695-8b22242a-163a-4c15-9cdf-4898b4d2a40f.png) I pass to `unwrapper.packAtlas(...)` array with only one geometry: ![image](https://user-images.githubusercontent.com/25452819/230041709-9e11579b-2a71-4842-b834-5b4c20610384.png) UPD: meanwhile...