When I'm trying to add an image to my mirrored object I can only do it on the non mirrored side, is it possible to add the image to the whole thing?
Asked
Active
Viewed 211 times
1
-
2Could you post a .blend file using a service like http://pasteall.org/blend/, or at least some screen shots, its hard to know exactly what you've done. – GiantCowFilms Jan 26 '15 at 15:43
-
have you applied the modifier. – semustafa Jan 26 '15 at 15:46
1 Answers
2
You could use a UV Project Modifier, to project a texture on to your mirrored model.
If you are using the UV map (without the Project Modifier) then no there is no way. You will have to apply the mirror modifier.
With a mirror modifier on a model, there is only half the mesh, and thus half the UVs to texture with. So anything that is one the first half, will be mirrored to the other half, including materials and textures.
-
2
-
What about Generated mapping. UVs are not an only option how to texture object, blended box mapping is powerfull too.. – Jaroslav Jerryno Novotny Jan 26 '15 at 15:51