Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - phoeniixz

Pages: [1]
1
Graphics / Re: Incorrect sprite position on another machine
« on: November 14, 2012, 05:26:34 pm »
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. :)

2
Graphics / Re: Incorrect sprite position on another machine
« on: November 14, 2012, 04:46:39 pm »
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.

3
Graphics / Incorrect sprite position on another machine
« 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]

Pages: [1]
anything