-
Notifications
You must be signed in to change notification settings - Fork 8
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
WebGL blending testing #226
Comments
Platforms:
|
@KatieWoe Energy Skate Park is still quite away from being complete, but it would be good to get some initial testing on this issue sooner than later. Marking medium priority, but perhaps while doing some other RC testing on a particular platform sprinkle in a bit of this testing. |
I found this behavior in the graph when changing the mass of the skater in ESPB. Is this related to this issue? @jonathanolson |
What is the issue in the graph? |
Potential bar looks buggy and only shows up slightly, kinetic doesn't show up at all. You have to zoom in quite a lot to even see this much, even though there is a lot of movement. |
Probably unlikely, but maybe reference this issue if you're going to create an ESPB issue. |
A few problems were found on iOS 12 12 testing. Marking that as complete, but please note. |
Possibly related to phetsims/energy-skate-park#55. iOS 9 neuron crashed fairly quickly when trying to adjust size and play the stimulate neuron animation at the same time. @jbphet since it might not be webgl related. |
That's not quite what I said. To be clear, I think what I intended to communicate was that on some older iOS devices we might be using the backup renderer, which is canvas, instead of WebGL, since WebGL may not be supported. As I think about it, I believe I recall that all iOS devices were supporting WebGL, so this is probably not happening. There is a query parameter that can force the use of the backup renderer if you'd like to test this and see if the behavior is different. I believe it's |
@jbphet didn't see it with webgl=false, but I also didn't see it when I took the querry parameter away, so it may or may not be connected. |
@jonathanolson checked on all devices. Possible issues linked or discussed above. |
Thanks! |
I made some significant changes in phetsims/energy-skate-park#39, and it would be great to get some testing done to make sure I didn't break anything.
The main buggy case I'd look for would be if something rendered with WebGL is either too light, too dark, or shows the issue in phetsims/energy-skate-park#39 (where the blending is off). Anything else that is different than previous WebGL behavior (different antialiasing/appearance/etc.) would also be good to note.
Internally there are three different types of independent things that could break:
It would be great to get ESPB (and maybe ESP for the original issue) testing done on most available platforms, and also test neuron/bending-light/charges-and-fields.
The text was updated successfully, but these errors were encountered: