I have a model made up of many parts that will be a product render. What is the preferred method to go about texturing
a) Combine parts into a single mesh that share similar materials and UV map so I can use a single texture files
b) Leave the parts separated but still use one texture to serve all parts
c) Leave the parts separated with one texture for each part
Are all of these valid depending on use case?
Thanks