jupyter-widgets / pythreejs

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

Correctly generate infinity defaults in JS #216

Closed vidartf closed 5 years ago

vidartf commented 5 years ago

Previously, the defaults for autogenerated JS that are +/-Infinity would be incorrectly emitted as null.

Fixes #215.