-
Notifications
You must be signed in to change notification settings - Fork 311
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
minFilter 9986 vs 9987 - Moiré pattern on model viewer #239
Comments
@lanxinger I think |
@lilleyse thank you for your reply. yes I think that would work. I checked the gltf export from blender and they are not using the minFilter at all and the exported file doesn’t cause moire issues. If people would still need it would it be a good option to have a flag that people can pass via CLI? |
@lilleyse according to one of the Google model viewer developers: "Yes, removing the default would be ideal. Technically that's not letting Thanks," |
@lanxinger opened a PR here: #240 |
Hi,
We have been a long time user and have been using google's model viewer implementation which relies on the threeJS library.
We recently found an issue with the model textures that they appear to show a moiré pattern (upon closer inspection) as has also been discussed on this model viewer issue:
google/model-viewer#936
I have then gone ahead and edited the glb files manually and changed the minFilter value to the proposed 9987 and the issue disappeared.
How can we create a .glb file that uses minFilter 9987 instead of 9986.
Has anyone run into this issue before?
The text was updated successfully, but these errors were encountered: