Hi guys!
I am trying to change the transparency level of an object slowly until it completely fades away and is invisible.
The properties of the object are:
set object transparency obj,4
ghost object on obj
set object light obj,0
disable object zwrite obj
I tried:
fade object obj,value
set alpha mapping on obj,value
But none seem to take any effect at all. I noticed however that if
fade object is 0, the object is completely invisible, but as soon as I change it to 1 or higher, the object becomes fully visible.
I also noticed that
set alpha mapping on doesn't change anything on the object.
What's wrong?
TheComet