bastienleonard / pysfml-cython

A Python 2/3 binding for SFML 2, written with Cython
http://pysfml2-cython.readthedocs.org/
Other
68 stars 8 forks source link

sf.ConvexShape.set_point does not exist #29

Closed krychu closed 12 years ago

krychu commented 12 years ago

Hello,

I want to create line shapes and figured that sf.ConvexShape needs to be used. But it seems that set_point method does not exist.

Cheers, ks

bastienleonard commented 12 years ago

Yes, it looks like I forgot this method and possibly others. I'm going to update it.

However, here are the guidelines for displaying lines: http://en.sfml-dev.org/forums/index.php?topic=6413.msg42810#msg42810

krychu commented 12 years ago

Thanks, this was really helpful