Files
Mujoco_WASM/doc/OpenUSD/exporting.rst
T
Sam Haves 700da7c5bd Add initial documentation for experimental OpenUSD support in MuJoCo.
PiperOrigin-RevId: 789365870
Change-Id: I19cce03ec2ffc28cdf4252bfd02c8b5163bb5ba2
2025-07-31 09:30:50 -07:00

16 lines
538 B
ReStructuredText

Exporting
=========
.. WARNING:: OpenUSD support is currently experimental and subject to frequent change.
Currently, exporting MuJoCo scenes to OpenUSD format is an area of active development. The primary method for exporting
is expected to be through the Python API.
USDExporter
-----------
At the moment the only way to export USD from MuJoCo is to use the existing USDExporter in :doc:`../python`.
We are working on native support for writing simulations as animations to existing USD scenes, please check back here
for updates.