-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
Line not displayed #30
Comments
Maybe related, I cannot plot lines with repeating points, e.g.
|
sorry, the first one is actually a known problem :( the second one is new :D let me check it out |
The first one is fixed by checking for lines with N < 4 and then padding it :P I had some code in Plots.jl which i just haven't ported to Makie yet. |
Again thanks for your work. Given that Makie is not even released yet, I am getting good mileage out of it. Check out https://github.com/mschauer/Bridge.jl/blob/master/example/3DExamples.ipynb |
Nice notebook! I should make that part of the examples ;) I think the line generation rendering shader is simply not robust to repeating points. I should just insert a |
I solved it by adding visually invisible noise. That is a very "Erlang" thing to do. |
Please do! In any case, Bridge and Makie have uncanny interoperability because of the joint |
Both of these look fine to me now |
Fix issues created by the refactoring of signed distance rendering
fix scene clipping and the vertical translation bug
The line
z
is not displayed. Uncommenting the third point in z makes the line visible.The text was updated successfully, but these errors were encountered: