Game Development Community

png transparency problem

by Aditya Kulkarni · in Torque Game Builder · 01/05/2010 (2:12 am) · 2 replies

just noticed...

i have a 6x6 image, some of which is transparent...

when i do setBlending(false), the transparent edge gets a white outline...

instead, i do setBlendColor(1 1 1 1) which works flawlessly...:)

#1
01/05/2010 (2:46 am)
What is the problem exactly?
#2
01/05/2010 (3:33 am)
problem was the white outline, and setting the filterpad didn't work here...

thought others might have this problem, so posted this...cheers!