Skip to content
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

Default failIfMajorPerformanceCaveat to false #3108

Merged
merged 1 commit into from
Oct 20, 2015

Conversation

mramato
Copy link
Contributor

@mramato mramato commented Oct 19, 2015

In order to avoid users' first impression of Cesium being a failed to load screen, this changes failIfMajorPerformanceCaveat back to the official WebGL default of false. While I agree that many Cesium apps will perform poorly under these conditions, there are several use cases where it makes sense, such as RDP sessions. I also think it's better to provide maximum compatibility out of the box since almost no user will know about or ever use this setting.

I also removed an old Firefox workaround for Firefox 35. Since 35 was not an ESR release, there's no reason for the workaround to still be there.

P.S. Context.js apparently had some lines with nothing but whitespace that the Eclipse formatter cleaned up, which is why those extra blank changes are there.

In order to avoid users first impression of Cesium being a failed to
load screen, this changes failIfMajorPerformanceCaveat back to the
official WebGL default of `false`. While I agree that many Cesium apps
will perform poorly under these conditions, there are several use cases
where it makes sense, such as RDP sessions.

I also removed an old Firefox workaround for Firefox 35.  Since 35 was not
an ESR release, there's no reason for the workaround to still be there.
@pjcozzi
Copy link
Contributor

pjcozzi commented Oct 20, 2015

We'll try it.

@shunter @tfili you guys probably want to explicitly set this to true in your app now.

pjcozzi added a commit that referenced this pull request Oct 20, 2015
…manceCaveat

Default failIfMajorPerformanceCaveat to false
@pjcozzi pjcozzi merged commit 1539c38 into master Oct 20, 2015
@pjcozzi pjcozzi deleted the failIfMajorPerformanceCaveat branch October 20, 2015 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants