meshcat-dev / meshcat

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

[Question]: how to generate development builds of main.min.js #184

Closed wpumacay closed 3 weeks ago

wpumacay commented 1 month ago

Hi, thanks a lot for the great library. I'm trying to debug some errors that popup on the JS side while upgrading to the latest version of Meshcat for this repo (I'm trying to add capsule support); so far I got the capsules to work, but broke something with the mesh geometries in the process. I was wondering if you could give some hints on how to debug these errors; the only thing that comes to mind is to use a development build of the main.js so that I could step into the code (it might be an issue on my side, maybe I'm not sending the correct data). Is there a way to generate this build? or maybe you have some other techniques to debug these kind of issues.

Thanks a lot in advance.