2D-Bitmap is brighter up than below

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Slayerlord

2D-Bitmap is brighter up than below

Post by Slayerlord »

I show a bitmap from a file, the first line is free for the alpha-channel,
the rest is the picture I want to show.

As you see in this screenshot the lower part is brighter, above the image is shown correctly.

Image

Another effect: if I'm drawing a square following the mouse cursor, the square is below the normal, but above the lower part.

So, my question: what could it be?!
deps
Posts: 115
Joined: Sat Jan 10, 2004 5:22 pm
Location: Tranås, Sweden

Post by deps »

Can't see the image. link broken i guess.


edit:

did a "copy link location" and saw the image.
Are you using DirectX or OpenGL? OpenGL is a bit buggy with transparency.
Guest

Post by Guest »

The other way *g*
I used DirectX, now I'm using OpenGL - image ok ^^

Thx
Post Reply