SFML community forums

Help => Graphics => Topic started by: Kyle Katarn on November 11, 2008, 04:56:26 pm

Title: SetPointPosition() missing?
Post 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
Title: SetPointPosition() missing?
Post by: Wizzard on November 11, 2008, 11:08:44 pm
I don't see anything in that tutorial that uses a function SetPointPosition().
Title: SetPointPosition() missing?
Post by: Laurent on November 12, 2008, 07:50:30 am
This function will be available in SFML 1.4 (it is already in current sources).
Title: SetPointPosition() missing?
Post by: Kyle Katarn on November 12, 2008, 10:14:45 am
Quote from: "Wizzard"
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
Title: SetPointPosition() missing?
Post by: Laurent on November 12, 2008, 11:02:41 am
Quote
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 ;)