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.


Topics - b3ngr33ni3r

Pages: [1]
1
Graphics / SFML2 ConvexShape setFillColor Error
« on: March 19, 2012, 09:21:05 pm »
Hey guys, so basically what i'm seeing is when creating a convex shape, the setFillColor isn't just effecting the inside of the convex shape, it's effecting the outside slightly. it's fairly difficult to explain, but when the convex shape points drop below a certain point, the fill color is show above it.
For instance,

http://dl.dropbox.com/u/2644125/WaterChainProblem.png

Any help/guidance/explanations would be greatly appreciated.

2
System / sf::Thread and cin
« on: December 12, 2011, 12:40:22 am »
Hey guys, quick question. i'm trying to get user input while still running another thread (this other thread is drawing a sf::RenderWindow). however, when attempting to cin in the thread, it pauses the entire program, causing the sf::RenderWindow to freeze up. So, i'm wondering how to get userinput in a thread while not stopping the main program (i'm guessing i can't use cin)


Thanks.

Pages: [1]