-
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
Performance improvements and new features #35
Merged
scottwittenburg
merged 16 commits into
OpenImaging:master
from
scottwittenburg:flatten-session-tree
Dec 7, 2020
Merged
Performance improvements and new features #35
scottwittenburg
merged 16 commits into
OpenImaging:master
from
scottwittenburg:flatten-session-tree
Dec 7, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
By making the vtk.js rendering synchronous when changing timesteps, this change ensures the user moves through timesteps as fast as their machine can handle, and that each time step finishes rendering before moving to the next. Also, the two mechanisms by which time step scanning is achieved (left/right arrow keys and single arrow press+hold) now use the same underlying functionality and thus behave the same.
dzenanz
reviewed
Oct 16, 2020
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.
LGTM
dzenanz
reviewed
Oct 23, 2020
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.
Looks good on a glance.
This provides support for the previously used csv file format, as well as the new json format. If a csv file is provided, it is converted to the json format before loading.
scottwittenburg
force-pushed
the
flatten-session-tree
branch
from
October 28, 2020 17:59
ce4559c
to
f16a58f
Compare
By using a setTimeout in WindowControl currentDataset watcher, we fix the problem with the user-defined slices getting reset (in the VtkViewer) between datasets, when we are in userDefinedValues mode in the WindowControl component.
Also fix some lint errors
scottwittenburg
changed the title
WIP: Performance improvements and new features
Performance improvements and new features
Nov 11, 2020
As we discussed last week, I'm just going to merge this now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
sessionTree
data structurevue-utilities
code into this repo as it seems now defunctThis set of changes requires changes invtk.js
(here) andvue-utilties
(here).The
vtk.js
change was merged into master and thevue-utilities
code was moved into this repo.