meshcat-dev / meshcat-python

WebGL-based 3D visualizer for Python
MIT License
259 stars 63 forks source link

Custom parametric shape #88

Open lmontaut opened 3 years ago

lmontaut commented 3 years ago

Hi, I would like to create my own parametric shapes, just like what can be done in threejs: https://github.com/mrdoob/three.js/blob/e435694cea09634fb82c325517c4c64cde70be30/examples/jsm/geometries/ParametricGeometries.js

Is this possible in meshcat-python ? Thanks.