Replies: 1 comment 1 reply
-
Yes, in fact we do this in our editor when you select a new material, to show which part of the model you've selected: https://modelviewer.dev/editor/ We do it by changing the baseColorFactor during |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to do some Augmented Reality and 3D Viewer with configurator with Google Model viewer... and want to improve as much as i can..
https://www.basebros.com/config-1.html
If u check out the link u can see buttons can change the different part of model texture...
Now, i am trying to can i change the textures with fade in fade out effect??
like this video... https://drive.google.com/file/d/1qPbdGDuo8fEMOXkKbdXRUaC4cz37tukB/view?usp=sharing
this is webgl or something not web base...
So this is my buttons code
onclick="Pris(); function is not about it 3d viewer
and my addeventlistener is
i tried to add fadeouteffect like ('click',fadeouteffect,(event)=> .... but button not work in this situtation..
I just to learn is this possible to change values with fade effects ..
Can you show me the true way?
Thank you for everything.
Beta Was this translation helpful? Give feedback.
All reactions