Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SetPointPosition() missing?  (Read 2468 times)

0 Members and 1 Guest are viewing this topic.

Kyle Katarn

  • Newbie
  • *
  • Posts: 5
    • View Profile
SetPointPosition() missing?
« 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

Wizzard

  • Full Member
  • ***
  • Posts: 213
    • View Profile
SetPointPosition() missing?
« Reply #1 on: November 11, 2008, 11:08:44 pm »
I don't see anything in that tutorial that uses a function SetPointPosition().

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SetPointPosition() missing?
« Reply #2 on: November 12, 2008, 07:50:30 am »
This function will be available in SFML 1.4 (it is already in current sources).
Laurent Gomila - SFML developer

Kyle Katarn

  • Newbie
  • *
  • Posts: 5
    • View Profile
SetPointPosition() missing?
« Reply #3 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SetPointPosition() missing?
« Reply #4 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 ;)
Laurent Gomila - SFML developer

 

anything