-
Notifications
You must be signed in to change notification settings - Fork 43
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
added setobject! for HomogenousMesh that uses the color in HMesh #62
Conversation
Codecov Report
@@ Coverage Diff @@
## master #62 +/- ##
====================================
Coverage 0% 0%
====================================
Files 12 12
Lines 301 306 +5
====================================
- Misses 301 306 +5
Continue to review full report at Codecov.
|
Could you add a test that covers this code? |
Added one. I'll work on getting better at remembering to do that. |
Thanks, looks good to me. @rdeits? |
Thanks @ryanelandt! I actually would prefer to move this logic around a bit--having a specialization for |
I'll open a PR against your branch with the change I'm proposing. |
move mesh color logic into Mesh() constructor
Adding MeshCat.material fixes the tests on all versions but 0.6. I don't know why the color isn't being set of 0.6. Alternatively, removing the 0.6 tests from Travis will fix this issue. |
Hm, that's very strange. I'll check it out locally. I'd rather not drop 0.6 just because we don't understand what's going on. |
Oh, looks like a GoemetryTypes bug that got fixed since the last 0.6 compatible version. The That said, I'm open to dropping 0.6 support from MeshCat whenever it's convenient to do so. |
The Julia newsletter this morning included the announcement of JuliaPro 1.0.1.1. This might be one of those times. |
(re-opening this to trigger the tests again) |
No description provided.