Alphacolour
Alphacolour
Is it possible to change the Alphacolour from black to eg. red? Or are there some kind of Alphamaps? The problem is, I want to create black and grey particles but they become allways white.
-
- Posts: 19
- Joined: Wed Jan 25, 2006 7:44 pm
Why don't just use for example GIMP to add an alpha channel manually and then save it as .tga? GIMP can create the alpachannel from a predefined color like red.
Then you can use that alpha channel by typing:
Then you can use that alpha channel by typing:
Code: Select all
particle->setMaterialType(video::EMT_TRANSPARENT_ALPHA_CHANNEL);
Re: Alphacolour
Use .PNG textures with alpha transparency, and material type EMT_TRANSPARENT_ALPHA_CHANNELBrot wrote:Or are there some kind of Alphamaps?
Last edited by ElementoY on Fri Feb 10, 2006 12:31 am, edited 1 time in total.