SFML community forums
Help => Graphics => Topic started by: Kyle Katarn on November 11, 2008, 04:56:26 pm
-
Am I right that the very useful Function "SetPointPosition()" is not available or is it my fault?
Because in the Tutorial (http://www.sfml-dev.org/tutorials/1.3/graphics-shape.php) they still use it.
It is a very useful function so it would be very nice if someone could help me...
By the way this is one of th best APIs I have ever seen :) .
Kyle Katarn
-
I don't see anything in that tutorial that uses a function SetPointPosition().
-
This function will be available in SFML 1.4 (it is already in current sources).
-
I don't see anything in that tutorial that uses a function SetPointPosition().
Then it is because I was on the page for the new version...
Very annoying that it is not possible to delete or modify a point of a shape...
Will it be very bad for the performance when I add very very much points to a shape?
kyle
-
Will it be very bad for the performance when I add very very much points to a shape?
It depends on your definition of "very very much". But just try and let us know ;)