meshcat-dev / meshcat

Remotely-controllable 3D viewer, built on top of three.js
MIT License
256 stars 48 forks source link

InstancedMesh support #141

Open genemerewether opened 1 year ago

genemerewether commented 1 year ago

Hi, would it be possible to add InstancedMesh support with a per-instance .instanceMatrix? My use case is displaying a large number of ellipsoids (many more than geometry.Ellipsoid can handle).

I'm also happy to take a stab at this if there's a preferred way to implement.

genemerewether commented 1 year ago

@rdeits @RussTedrake any thoughts on this?