Skip to content
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

Support multiple line widths in graphjs #56

Open
bwlewis opened this issue Apr 26, 2017 · 0 comments
Open

Support multiple line widths in graphjs #56

bwlewis opened this issue Apr 26, 2017 · 0 comments

Comments

@bwlewis
Copy link
Owner

bwlewis commented Apr 26, 2017

The graphjs function only supports a single line width for all edges. This results from the use of a high-performance buffer to define all the edges, see

https://github.com/bwlewis/rthreejs/blob/master/inst/htmlwidgets/scatterplotThree.js#L830

for details. I think that it is possible to support multiple line widths in a high-performance way, but it will probably require GLSL code to do so.

Contributions welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant