SFML community forums

Help => Graphics => Topic started by: slotdev on December 01, 2011, 06:18:21 pm

Title: RenderTexture problem when using a View
Post by: slotdev on December 01, 2011, 06:18:21 pm
Hi

We're rendering some stuff offscreen, which is then drawn to our RenderWindow, every frame.

We have a View setup to rotate the screen (as regulars on this forum may remember...). The strange thing is, the stuff we drew offscreen is just garbage/absent when running with the View enabled. When the View is disabled, it's fine.

Any ideas??!

Thanks
Ed
Title: RenderTexture problem when using a View
Post by: Laurent on December 01, 2011, 06:32:56 pm
Do you think that you could provide a complete and minimal code that reproduces the problem?