0 Members and 1 Guest are viewing this topic.
sf::Shape rect = sf::Shape::Rectangle (1, 1, 15, 15, sf::Color::Green);rect.SetCenter (7, 7);rect.Rotate (180);
//Drawing loopif (rect.GetRotation() < 180) { rect.Rotate(1.f);}
That sounds much better, when is it going to be released?