SFML community forums
Help => General => Topic started 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.
-
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)? ;)
-
Oh yes I found this in tutorials thanks.