meshcat-dev / meshcat-python

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

Support for Sprite #115

Open manymuch opened 2 years ago

manymuch commented 2 years ago

Thanks for your great work, could you add support for sprite for visulization of pure 2D image, as discussed here: https://stackoverflow.com/questions/36668836/threejs-displaying-a-2d-image

kingjin94 commented 1 year ago

Depending on the application billboards might be the more applicable. In three.js they seem rather straight forward: https://threejs.org/manual/#en/billboards.

MRs and other resources relevant to its implementation:

kingjin94 commented 1 year ago

I would propose using billboards (cleaner and better readable). These MRs tackle their integration: