Author Topic: Strange vibrating/smearing issue on iPad  (Read 2530 times)

Johnnemann

  • Guest
Strange vibrating/smearing issue on iPad
« on: July 31, 2012, 02:24:47 PM »
Hey,

I've got a fairly simple scene with a draggable panel and three sub-panels. (So that I can have one panel visible at a time, and flick left/right to change panels). This works fine on PC, but when I put it on iOS dragging causes the screen to draw with all sorts of vibrating, smeared versions of the elements. It's like some buffer isn't being cleared correctly.

Any ideas?

Thanks,
Johnnemann

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: Strange vibrating/smearing issue on iPad
« Reply #1 on: July 31, 2012, 03:11:58 PM »
Smeared elements usually means there's no camera clearing the last draw. Check your cameras.

Johnnemann

  • Guest
Re: Strange vibrating/smearing issue on iPad
« Reply #2 on: July 31, 2012, 04:22:08 PM »
Thanks for the info. What should I check for? I've only got the one camera, and its clear flags are set to "depth only".

Johnnemann

  • Guest
Re: Strange vibrating/smearing issue on iPad
« Reply #3 on: July 31, 2012, 05:11:16 PM »
I believe I've solved this. I think it was happening because I had nothing for the camera to clear to, basically. Unused space between elements wasn't being cleared, because I only had the one camera. Setting up a background image so that there wasn't a gap of "nothingness" fixed the issue.