Skip to content
New issue

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

THREE.GLTFLoader: Unknown extension "KHR_texture_transform" #21

Open
ElvisWong opened this issue Apr 20, 2021 · 1 comment
Open

THREE.GLTFLoader: Unknown extension "KHR_texture_transform" #21

ElvisWong opened this issue Apr 20, 2021 · 1 comment

Comments

@ElvisWong
Copy link

Thank you for building this. It helps a lot on easier display on 3d model.

Will there be any support on using extension "KHR_texture_transform" with gltf file on react-3d-viewer?? I want to display my jacket .gltf file but those tile image was missing.

https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_texture_transform

@ElvisWong
Copy link
Author

ElvisWong commented Apr 20, 2021

Just find a solution for this:
mrdoob/three.js@951ab07

what you need to do is to update the src/loader.js to support this extensions. I had forked this repo for further implementation.
https://github.com/sensible-lab/react-3d-viewer/commits/master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant