Skip to content

Refactor gl3d scene #4360

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

Merged
merged 12 commits into from
Jan 29, 2020
2 changes: 1 addition & 1 deletion src/plots/gl3d/scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ proto.tryCreatePlot = function() {
gl: scene.gl,
glOptions: {
preserveDrawingBuffer: isMobile,
premultipliedAlpha: true,
premultipliedAlpha: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm. Does this lead to any changes in performance ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question. It shouldn't. Anyway I would double check.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We decided not to change this config in this PR for now: ade22a6.

antialias: true
},
container: scene.container,
Expand Down