gkjohnson / urdf-exporter-js

Utility for exporting THREE.js object trees as a URDF file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an async callback to meshCallback

gkjohnson opened this issue · comments

Add a done callback to meshCallback so exporters like GLTFExporter can be used more easily. This may require a more complex refactor of the exporter.