Hi, im trying to use the color swatch. I have a list of materia configured on the Threekit admin to applied on my model, but when I use the color-swatch component in the React Dev Kit. The buttons shows, but non the colors of the materials.
I need to do some configuration to show the colors?
Hi Luis, yes you will have to specify which colors you want to use. You can add metadata to the materials you are using, these key:value pairs should do the trick {_thumbnail: #hexCode}
Alternatively, you can achieve the same result on the front-end by giving the swatch a color value after determining which swatch it is.
Let me know if this is helpful or if I can give some more details!