gkjohnson / urdf-loaders

URDF Loaders for Unity and THREE.js with example ATHLETE URDF Files open sourced from NASA JPL
https://gkjohnson.github.io/urdf-loaders/javascript/example/bundle/index.html
Apache License 2.0
469 stars 121 forks source link

Add obj, glb and gltf mesh types to URDFLoader #274

Closed cognmbs closed 1 year ago

cognmbs commented 1 year ago

Hey, first I would like to thank you for your great package, I saw in your demo that you are also supporting obj, gltf and glb mesh files. demo link: https://gkjohnson.github.io/urdf-loaders/javascript/example/bundle/ Can you add them to this package as well?

gkjohnson commented 1 year ago

You're able to add custom file format loaders with the exising API - see in the docs.