0

I have a transparent texture and I can't figure out how to apply that transparency to the object.

example as used

As you can see, the texture in the bottom right is transparent in places and solid in others.
But in render view the texture is just black.

example with white background

You can see it better here.

Yunnosch
  • 262
  • 1
  • 4
  • 12
altheconda
  • 312
  • 4
  • 14

1 Answers1

2

enter image description here Where Alpha = black = 0, the Transparent shader is used ; when alpha = white = 1, the Diffuse is used ; for intermediate value, they are mixed.

thibsert
  • 6,092
  • 1
  • 11
  • 17