How to add texture to only particular part of the entity? #610
Answered
by
pokepetter
kowshik1234
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
pokepetter
Oct 31, 2023
Replies: 1 comment
-
If you use one material and one texture in blender, it will come out correctly. Multiple materials/textures on the same model is not supported since it's bad for performance. It's basically the same as having multiple models. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kowshik1234
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use one material and one texture in blender, it will come out correctly. Multiple materials/textures on the same model is not supported since it's bad for performance. It's basically the same as having multiple models.
3D models for games should be made with this in mind. Use atlas textures/trim sheets.
For example, you could reserve one part of the texture for the bottle, one for the label, and one for the cap.