Hi all,
I have a problem which I just can't figure out.
I have a .png image file (attached) and when I apply it to an object, it has this thin strip of white line at the top of the texture.
This is the code I used to test it out:
MAKE OBJECT PLAIN 12345, 256, 32
POSITION OBJECT 12345, 0, 10, 0
TEXTURE OBJECT 12345, 10
SET OBJECT TRANSPARENCY 12345, 2
SET OBJECT LIGHT 12345, 0
When I run the code, the image appears on the plane, but at the top there is a white line.
I made sure that there is nothing drawn in the .png file in photoshop. But the white line is still there.
Can anyone figure this out?
EDIT:
Oh I also tried using a .tga but then the texture doesn't show at all.