Alpha Textures

Blitz3D Forums/Blitz3D Programming/Alpha Textures

EvilMeowChi(Posted 2005) [#1]
i have a black and white image i want to use as an alpha map but when i load it to it it works as an alpha but the object deosnt keep its previous texture and becomes just white.


Shifty Geezer(Posted 2005) [#2]
I found alpha maps don't work unless you use EntityAlpha() to set the alpha to 0.999.


EvilMeowChi(Posted 2005) [#3]
interesting, can this be confirmed?


Chimeara(Posted 2005) [#4]
nope, i get alpha maps to work fine with entityalpha =1, anyway just have the texture and colour the invisible bits 0,0,0 not multiple textures.and set the texture falg to 4 (this deosn't work for fade in's on texture)