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 - ichiman94

Pages: [1]
1
DotNet / Re: RenderWindow.DefaultView.Center bug [SFML 2.0 RC]
« on: May 06, 2012, 11:37:58 am »
No. Do I have to?

If yes, then sorry for that, in 1.6 I didn't have to set the View to make it work.

2
DotNet / [SOLVED] RenderWindow.DefaultView.Center bug [SFML 2.0 RC]
« on: May 05, 2012, 10:41:01 pm »
Hello everyone, thanks for the framework, it's so good and lightweight that I'm developing some prototypes, and I've found a bug related to Views, so if I set the Center of the View to the Player's position, the value of View.Center changes as much as I move, but the entire screen doesn't move.

Even I tried using RenderWindow.DefaultView.Move, but that didn't work too.

And right, I'm using the RenderWindow's DefaultView, tried out GetView too, but the screen doesn't move.

Hope it helps finding the bug.

EDIT: As Laurent said, when you change the View's position, you need to do RenderWindow.setView() everytime

Sorry for the trouble

Pages: [1]