1
Graphics / Ray casting
« on: August 23, 2011, 07:33:44 pm »
Thank you very much, I'll have a look.
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.
sf::Shape line1 = sf::Shape::Line(1, 1, 10, 1, 1, sf::Color::Red);
sf::Shape line2 = sf::Shape::Line(1, 1, 1, 10, 1, sf::Color::Blue);