-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skater flickers (disappears and reappears 20-30ms later) on moveToFront() #267
Comments
Not able to reproduce in Chrome 37 (OS X), after confirming that it was using WebGL. moveToFront() will remove and re-add the skaterNode from its parent, which WILL trigger it being removed and added to a (possibly different) WebGLLayer. |
Also, can you see if this happens when the pie chart is open? There are two push buttons and the TrackNodes in-between the SkaterNode and BarGraphForeground:
|
This doesn't seem essential to fix for 1.0 (and would automatically get fixed if the entire scene gets rendered in WebGL), so I'll mark it for 1.1+ |
I saw a flickering skater on iPad3/iOS8.0.2. The flickering went away when I dragged the skater. Discovered in #279. |
I got rid of all the moveToFront above, and haven't seen any flickering since. Closing for now. |
The WebGL skater flickers (disappears and reappears some 15-20ms later) on moveToFront(). In ESPB, you can see this if you connect two tracks. If you comment out this code in EnergySkateParkBasicsScreenView.js, the flicker disappears
Not sure what is causing this, @jonathanolson can you take a look?
The text was updated successfully, but these errors were encountered: