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.
Is there a related issue? #25
#25 is mostly about shaded surfaces being too dark, but we also noticed a gridline issue there, too.
What does this PR do?
In #25 we noted that recent versions of mathbox (including znah's ThreeJS r84 fork) have black gridlines. This fixes that issue.
v0.0.5 Gridlines exactly same color as surface, so not visible unless surface is shaded. From the code in 0.0.5 it's clear the intent was to darken the gridlines, but this appears not to have been working in 0.0.5
![Screen Shot 2022-04-13 at 6 23 40 PM](https://user-images.githubusercontent.com/9010790/163281427-dc7cb664-9be8-4273-8234-db5341ae4c77.png)
v2.1.3 Black gridlines in all cases. Also darker shaded surface; see #26
![Screen Shot 2022-04-13 at 6 20 38 PM](https://user-images.githubusercontent.com/9010790/163281436-62d65a9a-dd71-48c9-a4d3-b80447760a3b.png)
This branch Gridlines of proper color; darker surface will be fixed by #26
![Screen Shot 2022-04-13 at 6 17 41 PM](https://user-images.githubusercontent.com/9010790/163281454-94874877-9cf8-404a-b96b-faa9d8d6a0be.png)