0

I made a lava texture and I'm trying to export it to a .png file, but when I do its all black. In the UV editor, it also shows the texture as black. Here is a pictureLavaTexture i made edit: i did it but another glitch in adding otherthe color is there but the texture is incorrectly mapped pic, explanation, when I bake it, it just gives me that random weird purple texture which looks nothing like the lava texture. A kind person fixed the problem but another has occurred. ![ ]3

1 Answers1

3

You are baking the Normals instead of diffuse/color. Try this instead to get the diffuse Color only:

enter image description here

... but since it is a Lava material and if you have some emission, you may have to bake the emission pass as well. It all depends on how you want to use the baked texture for. May be something like this with Emission:

enter image description here

Bruno
  • 4,179
  • 8
  • 21