Hi there,
i have question regarding the material and texture management in the configurator.
Situation:
I have a configurator with different couch modules that all share the same color options (materials)
However i want to change the albedo texture of the material depending on the module.
Additionally there the customer should have an option to set a global color.
There are 2 options i can think about:
- Creating a material for each color and module type with albedo textures
e.g mat_module1_black, mat_module2_black … - Having 1 material for each color, changing the albedo texture in custom js code
→ The problem is that the albedo will be changed for all parts that have the material applied
Is there maybe another option or should i go with option 1?
Thanks in advance