You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/visualization.rst
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,34 +110,27 @@ To use binary format, install the optional dependency:
110
110
111
111
**Loading and playing back recordings:**
112
112
113
-
.. note::
114
-
115
-
The RecorderModelAndState class is deprecated and will be removed in a future version.
116
-
Use the :class:`~newton.viewers.ViewerFile` class instead.
113
+
Use :class:`~newton.viewer.ViewerFile` to load a recording, then restore the model and state for a given frame. Use :class:`~newton.viewer.ViewerGL` (or another rendering viewer) to visualize.
117
114
118
115
.. code-block:: python
119
116
120
117
# Load a recording for playback
121
-
from newton._src.utils.recorder import RecorderModelAndState
0 commit comments