jupyter-widgets / pythreejs

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

Enable shadows, antialias and other renderer config #123

Closed vidartf closed 6 years ago

vidartf commented 7 years ago

Fixes #84. Fixes #81.

Also enables rendering configs on all renderers, including antialiasing (changing this requires a new webgl context, so the renderer pool had to be updated to support this).