I noticed a small glitch here. All sprites I create have some kind of a single pixel line on top of it. Do you know how to get rid if this? Tried different sprites they all have this issue. Sprites I am using have transparent background and the material is using transparent alpha channel.
I actually noticed the same thing on your Youtube video.
Hi there, it’s really easy to fix, all you need to do is just turn OFF “Billinear Filter”, in order to do so, go to the iredit-irrlicht properties, and select the plane mesh in the irrlicht/irredit properties, go to materials tab, and turn OFF the “Billinear Filter”.
And these artifacts will go away from the top of the sprites, I did have mentioned this a few times in some of my videos, but I don’t remember exactly in which one.
Anyways, I hope the extension will be helpful to you:)
← Return to Coppercube Extension
Comments
Log in with itch.io to leave a comment.
Great extension. Thanks for doing this.
I noticed a small glitch here. All sprites I create have some kind of a single pixel line on top of it. Do you know how to get rid if this? Tried different sprites they all have this issue. Sprites I am using have transparent background and the material is using transparent alpha channel.
I actually noticed the same thing on your Youtube video.
Hi there, it’s really easy to fix, all you need to do is just turn OFF “Billinear Filter”, in order to do so, go to the iredit-irrlicht properties, and select the plane mesh in the irrlicht/irredit properties, go to materials tab, and turn OFF the “Billinear Filter”.
And these artifacts will go away from the top of the sprites, I did have mentioned this a few times in some of my videos, but I don’t remember exactly in which one.
Anyways, I hope the extension will be helpful to you:)
Perfect! Works now. Thanks again.