Maps moiré effect #2186
Replies: 13 comments
-
Looks like incorrectly generated mipmaps to me - also curious about this. |
Beta Was this translation helpful? Give feedback.
-
I believe I fixed that in #880, which is slated to be released imminently in 0.8 (we're just finishing up a few bug fixes at the moment). Can you try master and see if it's improved? |
Beta Was this translation helpful? Give feedback.
-
@elalish I took the well-known route to installation because I don't know exactly how to use master. We got the problem under control by deleting all maps (normal, metallic, AO) and reducing the contrast of the diffuse map by approx. 70%. Thanks for your help |
Beta Was this translation helpful? Give feedback.
-
@Sbstnlhmchr Oh my, please don't delete all your maps! We just released 0.8 yesterday, so that should make it much easier to test. If any rendering problems remain, please let me know! |
Beta Was this translation helpful? Give feedback.
-
@Sbstnlhmchr can you confirm that you are (or are not) still experiencing this issue in our latest release (v0.8.1) |
Beta Was this translation helpful? Give feedback.
-
@cdata hello, thanks for asking. I turned off the url because the project is submitted. To solve the problem, we reduced the contrast and deleted almost all maps. It is not yet optimal, but it looks good - the URL is online again for two days. |
Beta Was this translation helpful? Give feedback.
-
No problem, hopefully we can help discover the problem. Would it be possible for you to share a screenshot (or better: a model) w/ maps? |
Beta Was this translation helpful? Give feedback.
-
https://framework.tv/wp-content/uploads/2020/01/Problem-Moire.zip |
Beta Was this translation helpful? Give feedback.
-
@Sbstnlhmchr Thank you for the example! The problem is with the model, but it's very easy to fix (and oddly common; may I ask what program created the glTF?). The samplers are set to LINEAR interpolation: |
Beta Was this translation helpful? Give feedback.
-
@elalish we are also having this issue. It wasn't apparent to me right away but it amplifies when using multiple models on a single page. our models are using the obj2gltf tool by cesium. I filed a bug report there: |
Beta Was this translation helpful? Give feedback.
-
@elalish got a reply from obj2gltf developer: would that work? |
Beta Was this translation helpful? Give feedback.
-
Yes, removing the default would be ideal. Technically that's not letting
the engine decide, as the glTF spec specifies which default the engines
must use. However, they chose that default with input from the engines, as
we know anything other than LINEAR_MIPMAP_LINEAR results in significant
rendering artifacts. The performance difference from this is small since it
is handled in hardware anyway.
Thanks,
…-Emmett
On Sun, May 3, 2020 at 6:41 PM Markus Lanxinger ***@***.***> wrote:
@elalish <https://github.com/elalish> got a reply from obj2gltf developer:
[image: image]
<https://user-images.githubusercontent.com/20549552/80931297-70f29b00-8deb-11ea-90c9-62110cd65bc7.png>
would that work?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#936 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMS2LDGUWICY2L6V5CLPV3RPYMN7ANCNFSM4J4IGDLA>
.
|
Beta Was this translation helpful? Give feedback.
-
thank you @elalish |
Beta Was this translation helpful? Give feedback.
-
Description
Our objects have a moiré effect on certain maps. It is the same with glb and gltf.
Is there a solution for this?
Live Demo
https://framework.tv/leistungen/digital/webar-obi-uebergabedaten/
Browser Affected
OS
<
Beta Was this translation helpful? Give feedback.
All reactions