-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
Update v33 beta branch with changes from v32 #3225
Merged
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
…orthogonal axis When using the vtkImageResliceMapper in conjunction with the ResliceCursorWidget(RWC), there was a case when the RCW lines were displayed partly being the slice when the slice plane was being snapped to the nearest orthogonal axis.
Array getters by default return a copy of the underlying array. labelOutlineThicknessArray is used as a key in a map to detect changes, so use a reference to the underlying array instead of a copy.
This demonstrates how to use ShapeWidgets with the ResliceCursorWidget
This makes sure the angle widget is considered when computing camera clipping ranges.
This PR adds support for IFC format, the importer allows to merge geometries to reduce the number of actors in the scene. fixes #3156
This PR adds support for loading TIFF image format fixes #3169
This filter can threshold points with PointData criteria or point coordinates.
This only happens on certain devices due to a driver bug, see KhronosGroup/WebGL#3706
The mapper expects array name strings for the scale and orientation arrays. This change ensures that the typescript definition reflects the same.
Tape tests should not call t.end() in async tests. The GC object is no longer instantiated with the tape context when returning a Promise. Some of the tests are supposed to be WebGL-only.
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.
Update
beta
branch with latest changes frommaster
.