jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
936 stars 187 forks source link

Adds support for thick lines #225

Closed vidartf closed 5 years ago

vidartf commented 5 years ago

Adds direct support for the thick lines as written in three.js example code. As all example code, this is vendored for now until an acceptable way for getting these as ES modules can be found.

Fixes #192.