Page 1 of 1

How to stop a ticker from jittering

Posted: 30 Jun 2016, 10:53
by Jodaine Moore
I have a ticker scene which is updating dynamically. The ticker contain images and text but when the ticker is scrolling across it jitters.
I have messed around with the settings but nothing seems to change.

Kind Regards,

Jodaine Moore

Re: How to stop a ticker from jittering

Posted: 30 Jun 2016, 13:49
by Christian Krix Schmidt
Is the jittering happening when you update the images? If so you might have to check the Async property of your texture loaders. If they are off the renderer will be interrupted when updating the image. Check the flag for asynchronous loading and the jitters should be gone.

Chris