2

I have created a texture coordinate node and then deleted it. This action shows a small difference after rendering and I'm interested in describing this difference in words.

enter image description here

enter image description here

Gorgious
  • 30,723
  • 2
  • 44
  • 101
user2925716
  • 143
  • 1
  • 7

1 Answers1

3

As Christopher Bennett says in the comments, when you have no texture coordinate attached, it is picking a default for you, that default uses UV coordinates for mapping.

When you use Generated coordinates something interesting is happening. It's attempting to map the image on the Z axis to your object, and since that axis doesn't exist for your two dimensional image, it's repeating the pixels at the edge of the texture along the Z axis of the object.

susu
  • 14,002
  • 3
  • 25
  • 48
Allen Simpson
  • 13,493
  • 2
  • 15
  • 57