How to add text to a surface

Forum Archive How to add text to a surface

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10916
    polyrom3d
    Participant

      Hi, 

      How do you add some text to a face when a material is already attached?

      Thank you

      #51581
      Jonathan Lampel
      Participant

        Hi there, you can either add a text object to the scene and place it on the face, or use a texture with some text on it and apply it to the material. You’ll likely need to UV unwrap the object to make sure it’s in the right spot. 

        #51582
        polyrom3d
        Participant

          Hi,

          ok it is not a simple text, also with a logo etc. So with the texture, what if I have already a material on it? I cant have 2 textures though 😉 thanks

          #51583
          panboy
          Participant

            you can merge many textures together in material nodes, if your logo/text has an alpha so its background is transparent, you can use that to combine the two textures.

            IE make a colour mix node, Add Diffuse texture to top colour slot, add Logo texture to bottom colour slot, and use the alpha from the logo file as the mix factor.

            You can do the same thing with mixing 2 shader nodes.

            If you don’t have a Alpha on the logo, you can also use a colour ramp node and create a mask from the colours of the logo and text

            Here’s an example of how you can set it up as described.
            https://www.dropbox.com/s/vfd7mxqiq0wa28s/logotexture.blend?dl=0

            #51584
            polyrom3d
            Participant

              thank you 🙂

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘How to add text to a surface’ is closed to new replies.