0
$\begingroup$

I have UV unwrapped my cylinder, and applied all transformations to the object, but I still get distortion on the side wall of my cylinder when I apply a texture image. I thought maybe this was simply because the cylinder's polygons are not actually square, so I tried scaling them in the UV editor but it didn't seem to do anything. I scaled them in the z direction in the scene as well just to see what would happen, but it made no difference. I also messed with the shader options. Changing my texture image mapping to Box helped a lot, before I did that the stretching/compression was much worse. I'm probably missing something rather simple, any help would be appreciated. I know there are other threads about this as well and I read through them and tried the suggested solutions but was unsuccessful. enter image description here

Shader Editor for reference

UV Unwrap and Scene for reference

$\endgroup$
3
  • 1
    $\begingroup$ You're using Generated coordinates, which are 3D, and measure 0->1 in all dimensions of the object's bounding box. Shouldn't you be using UV coordinates, to pick up the UV Map? $\endgroup$
    – Robin Betts
    Commented May 24, 2021 at 15:20
  • $\begingroup$ Hi Robin, thanks for the quick response. What you are saying makes perfect sense to me, but... when I use UV coordinates it gets worse. But because you made that suggestion I tried the other options too, if I use object coordinates and pick my cylinder it comes out perfect! $\endgroup$
    – Ryan
    Commented May 24, 2021 at 15:31
  • $\begingroup$ Have you applied scale to your cylinder in object mode? $\endgroup$ Commented May 24, 2021 at 15:55

2 Answers 2

0
$\begingroup$

Although I don't totally understand it, the solution seemed to be to change the texture coordinate to object, and select my cylinder as the target. :)

Solution

$\endgroup$
0
$\begingroup$

In your nodetree the mapping input is connected to "generated", so UVs are not playing any role.

If you connect to UV instead, you will be able to manipulate loc, rot scale in the UV editor and reach any trasformation needed.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .