Support for proper tick marks by adding a 'tick' marker and rotation_mode 'curve'#1209
Merged
almarklein merged 22 commits intomainfrom Oct 7, 2025
Merged
Support for proper tick marks by adding a 'tick' marker and rotation_mode 'curve'#1209almarklein merged 22 commits intomainfrom
almarklein merged 22 commits intomainfrom
Conversation
Member
Author
|
Rotation_mode 'curve': Imagine a weird projection, like polar or a map ... it will still work :) |
Korijn
previously approved these changes
Oct 6, 2025
Merged
Korijn
previously approved these changes
Oct 6, 2025
Korijn
previously approved these changes
Oct 7, 2025
Member
Author
Member
Author
|
Sorry for keeping adding stuff :) rdy now |
Korijn
reviewed
Oct 7, 2025
Korijn
reviewed
Oct 7, 2025
Korijn
approved these changes
Oct 7, 2025
This file contains hidden or 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
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.

Closes #1145
PointsMarkerMaterial.rotation_mode'curve', which calculates the rotation of the current marker by following the curve of the line defined by the vertices.PointsMarkerMaterial.marker'tick', which is an infinitely thin line piece; the edge of the marker is the tick. This is nice, because now theedge_widthandsizeof the marker can be used to control the width and length of the tickmarks.