I have a 2D texture that I want to reuse instead of having different textures each time for different colours. So what I wanted to know is can you apply a colour to that texture and if so how?
Disco
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can blend a texture together with material-color (and even color of lights). Take a look at this site, especially the parts about GLMaterial and the blend-function: