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 - ANtY93

Pages: [1]
1
Graphics / PostFX, y u no work, but why?
« on: September 13, 2011, 11:27:12 pm »
In this which I posted only this shows:
error(#202) No matching overloaded function found atan2

2
Graphics / PostFX, y u no work, but why?
« on: September 13, 2011, 05:48:21 pm »
too many arguments contructor - for / operator,
Texture: not found "framebuffer" in post-effect - even when I use it in shader
Parameter: not found "radius" in post-effect - same
error(#202) No matching overloaded function found atan2

etc.

3
Graphics / PostFX, y u no work, but why?
« on: September 13, 2011, 03:47:26 pm »
It works

4
Graphics / PostFX, y u no work, but why?
« on: September 13, 2011, 02:57:57 pm »
I knew you'll say something like this
Code: [Select]
texture frame
vec2 center
float powe

effect
{
vec4 px=frame(_in);
  float dist=distance(_in,center);
dist*=1000;
dist/=powe;
  _out=vec4(px/(dist<1?sqrt(sqrt(dist)):dist),1);
}



But that's not what I asked, problem is that it's working on other PC's, but not on mine.

5
Audio / Window Crashes when loading sound and music
« on: April 25, 2011, 10:41:47 am »
I tried new project and there it is working, what can be wrong with loading from file new sound buffer?


EDIT: Don't bother, I found out that I forgot to put "-s" to sound library.

6
Audio / Window Crashes when loading sound and music
« on: April 25, 2011, 02:21:05 am »
I have the same problem, it also happens with fonts (those which I wrote earlier to load are working).
When I'm trying to draw sf::String to which I set some loaded from file font before.

Please help, cause it is important to me and I need solution fast.

Pages: [1]