I can`t remove black color from images.Is there a way to make the black
color transparent?I tried all stuff from the forum,but no progres.
I have tried:
set object transparency,and
set objectWire, Transparent, Cull
but that seems have no efect...
Image got mipmaps and have tried to disable them with set object
texture,but nothing changed.
I have attached one image in .dds format.
Any suggestions?
Thanks.
simple code to test:
cls
sync on
load image "07.dds",1
make object plain 1,200,200
texture object 1,1
set object 1,1,0,0
set object ambient 1,0
set object texture 1,0,0
set object transparency 1,4
do
sync
loop