-
Notifications
You must be signed in to change notification settings - Fork 24
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
Upgrade ThreeJS and use WebGL 2 #6350
Conversation
…is already a recommended configuration
…t-add-default-recommendation
…cient now since size cannot be altered later anymore)
This reverts commit c7089db.
@daniel-wer I think, the PR is ready for a second look. I fixed all the issues that are relevant to this PR and the screenshot tests should be good now, too. I'll probably have our team do some additional testing, too, to get a good coverage of different systems (hardware, OS, browser etc). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fixes, everything:tm: working as intended now :+1:
.circleci/not-on-master.sh
Outdated
@@ -1,8 +1,8 @@ | |||
#!/usr/bin/env bash | |||
set -Eeuo pipefail | |||
|
|||
if [ "${CIRCLE_BRANCH}" == "master" ]; then | |||
# if [ "${CIRCLE_BRANCH}" == "master" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder to re-enable this before merging
…onForCrossSections)
This reverts commit 4053cf8.
Summary
The screenshots have slightly thicker borders (the red, green, blue ones) now apparently:
old:
new:
I'm not sure whether this is only in the screenshot tests or for the normal browser setup, too. However, I don't think that this is a blocker. Especially, because the pixel difference is so small that the screenshot tests pass.
URL of deployed dev instance (used for testing):
Todo:
Steps to test:
Also, try to test wk rather broad regarding rendering, but the following were changed during this PR which is why they should be tested with extra care:
Issues:
(Please delete unneeded items, merge only when none are left open)