> I tried renderer -> Clear(); followed by renderwindow->Render() Look at RenderWindow->Frame() it copies the back buffer to the front and you can clear it and copy it to screen without wasting a render... (Might need a few other tweaks here and there). JB