I just changed to SFML 2.0 and all went well until I couldn't find a way to retrieve data about the position of the current sf::View. I have a tile map and I only want to draw the tiles that are currently visible. The only way I thought of was to retrieve the data from the projection matrix but it seems kind of hacky :?.