jupyter-widgets / pythreejs

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

Missing BufferGeometries #303

Open moorepants opened 4 years ago

moorepants commented 4 years ago

For example, it doesn't seem like Tetrahedron/Octahedron/IcoshedronBufferGeometry are present.

vidartf commented 4 years ago
  1. Are these actually supported in the three.js version that pythreejs is currently built against?
  2. If so, maybe just adding them to the config is enough?
moorepants commented 4 years ago

Are these actually supported in the three.js version that pythreejs is currently built against?

I have no idea. Not sure how to know. I just see them in the three.js documentation but don't find them here.