2

I'm facing some issues to render texture in Cycles. It works very well on Eevee engine.

Here is the Eeeve rendering with textures (lines on hills) Eevee rendering, with texture

When I go to Cycles, nothing is rendered. Cycles rendering, without the texture

I'm an early beginner so I probably miss something... Thanks

Ben8
  • 21
  • 1
  • 2

6 Answers6

1

Try saving all your image files then try it again. I had a similar problem and that worked for me.

user130744
  • 11
  • 1
0

Have you UV-unwrapped the model? And I would try to take that colour ramp out and see if it fixes the problem.

Phönix 64
  • 720
  • 6
  • 24
  • Thanks for your answer. I already unwrapped the model (I did the mapping with Eevee engine on). I also tried to remove the color ramp, but it didn't work either. – Ben8 Apr 04 '20 at 17:06
  • Hi. Please don't use answers to ask questions. – metaphor_set May 07 '20 at 06:24
0

feed the color output of the colorramp into a new principled bsdf and use that in the mix shader. This should solve the problem.

0

I found a "hacky" solution : my texture is a png with black lines and transparent background. I changed lines to white and now they are rendered in Cycles (and I can change there colors with a shader so...)

Ben8
  • 21
  • 1
  • 2
0

I switched from using the texture coordinate node to using the UV map node and it worked. Don't know why but it did.Using the texture cordinate uvsusing the uv coordinate node

0

Make sure your mesh is not a Shadow Catcher:

  • Shaodw Catcher?
quellenform
  • 35,177
  • 10
  • 50
  • 133