Liquid with transmission inside a bottle rendered transparent #3910
Replies: 2 comments 1 reply
-
I can't really say much without the actual GLB; can you attach it? I'd recommend looking for errors/warnings in our editor: https://modelviewer.dev/editor/ Do you know how this was exported and what extensions it uses? For colored liquid I would recommend the KHR_materials_volume extension. Still, multiple layers of transparency is always going to be tricky for a rasterizer. |
Beta Was this translation helpful? Give feedback.
-
Hey @elalish sorry for the late response I wanted to have all the elements before. No errors or warnings in your editor. Here is the GLB (add to compress since github does not allow .glb files): I did use KHR_materials_volume I believe but it does not seem to do the trick.. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So I have this glb model that is a model with a colored liquid inside of it. It does not render at all on model-viewer but it does on other renderers like babylonJS for example.
See the two screenshots attached:
Do you happen to have any idea on what could be causing it ? Is there a way to make it work (I was thinking detecting the material and modifying it via threejs?)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions