SFML community forums

Help => General => Topic started by: Mr_Blame on April 14, 2015, 05:29:14 pm

Title: sf::Vertex question
Post by: Mr_Blame on April 14, 2015, 05:29:14 pm
Hello! :)

Todays question is how to draw SF::VERTEX. I checked sf::vertex doesn't have draw() function. If you want to know for what i need it here is example: put one pixel on screen.
Title: Re: sf::Vertex question
Post by: eXpl0it3r on April 14, 2015, 05:42:30 pm
How about looking at the documentation (http://www.sfml-dev.org/documentation/2.2/classsf_1_1Vertex.php#details) and the tutorial (http://www.sfml-dev.org/tutorials/2.2/graphics-vertex-array.php)? ;)
Title: Re: sf::Vertex question
Post by: Mr_Blame on April 15, 2015, 08:17:35 am
Oh yes I found this in tutorials thanks.