SFML community forums
Help => Graphics => Topic started by: phoeniixz on November 13, 2012, 06:22:07 pm
-
I did some drawing to sf::RenderTexture then draw it to screen by with sf::Sprite. I have no idea why the position of the drawing appears incorrectly on another machine. On VirtualBox and VMware I got different results. It shows up correctly on VMware but incorrect on VirtualBox.
[attachment deleted by admin]
-
It shows up correctly on VMware but incorrect on VirtualBox.
It's a known bug with VirtualBox.
I bet you'd have found this answer with the search function... ::)
-
It's a known bug with VirtualBox.
I bet you'd have found this answer with the search function... ::)
Not only VirtualBox but also on another PC with NVidia card. I think I have no choice but drop off-screen drawing for video card compatibility. I also had problem with the sf::text appeared as blocks after I updated my ATI Radeon HD 5770 card driver. It forced me to downgrade to older driver.
-
Are you using the latest source of SFML? There were quite a few fixes since the RC, specially one regarding sf::RenderTexture and Intel graphics card, maybe that fixes it also on the Nvidia card...
-
Are you using the latest source of SFML? There were quite a few fixes since the RC, specially one regarding sf::RenderTexture and Intel graphics card, maybe that fixes it also on the Nvidia card...
I'm using precompiled binary of SFML 2.0 RC on the download page. I'll try to compile the latest source myself.
Thanks for your suggestion. :)