I can’t figure out out to load .obj files into sim. A previous question has references to converting the asset to usd. However, I can’t find out how to even load a usd through the api, much less do anything like adding collision or physics properties to it.
Neither the standalone example, nor the referenced script editor conversion script seem to show how to load either a .usd or .obj file into simulation – even though you can drag and drop one into sim through the GUI and right click to add physics properties.
The Shapenet situation seems similar – with a lot of information about how to use the GUI and the only thing referenced in the documentation is asset conversion. This would also be really useful if I could get those in and make them collision or physics objects.
How can I load a .obj file? Or, if that isn’t possible through the api, how can I load a converted .usd asset, and add physics or collision to it? Additionally, where is this referenced in the API documentation?