what is best way to remove blackgound picture ?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
koller202
Posts: 143
Joined: Tue May 08, 2007 4:53 am
Location: Thailand

what is best way to remove blackgound picture ?

Post by koller202 »

what is best way to remove blackgound picture ?

blackgound black , blackgound transparent

i try to use format png and set

Code: Select all

setMaterialType(video::EMT_TRANSPARENT_ADD_COLOR);
but still color to pale

best way to remove blackgound for particle effect texture animator ?
use format ?
use MaterialType ?
________
1955 FORD
Last edited by koller202 on Thu Feb 17, 2011 1:17 am, edited 1 time in total.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Post by Nadro »

You need alpha transparent?

Code: Select all

setMaterialType(video::EMT_TRANSPARENT_ALPHA_CHANNEL);
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply