Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - warriorgiroro

Pages: [1]
1
Graphics / display png with OpenGL
« on: February 24, 2011, 11:20:09 am »
Quote from: "JAssange"
SetSmooth(false)?


THANKS A LOT
I ve  FOUND THE PROBLEM
it s opengl part have to call

glEnable (GL_BLEND);
glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);

to perform a transpancy effect

2
Graphics / display png with OpenGL
« on: February 24, 2011, 10:59:23 am »
both true and false didn't affect

3
Graphics / display png with OpenGL
« on: February 23, 2011, 09:59:17 pm »
is there any problem that I display a png format image with alpha channel ?

since I am using OpenGL
I am not sure that it's the problem of OpenGL or sfml problem
nut the result is there left a white blend for the transparent part

Pages: [1]