Skip to content

Commit

Permalink
Merge branch 'GH-419' into 'main'
Browse files Browse the repository at this point in the history
GH-419: Example to optimize for soft-body properties

See merge request omniverse/warp!959
  • Loading branch information
shi-eric committed Jan 8, 2025
2 parents e58a5b4 + b2ce8aa commit f0db5e6
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,18 @@ python -m warp.tests
<td align="center">trajectory</td>
<td align="center">walker</td>
</tr>
<tr>
<td><a href="https://github.com/NVIDIA/warp/tree/main/warp/examples/optim/example_softbody_properties.py"><img src="https://github.com/NVIDIA/warp/raw/main/docs/img/examples/example_softbody_properties.png"></a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td align="center">soft body properties</td>
<td align="center"></td>
<td align="center"></td>
<td align="center"></td>
</tr>
</tbody>
</table>

Expand Down
3 changes: 3 additions & 0 deletions docs/img/examples/optim_softbody_properties.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,15 @@ warp/examples/optim
- spring cage
- trajectory
- walker
* - .. image:: ./img/examples/optim_softbody_properties.png
:target: https://github.com/NVIDIA/warp/tree/main/warp/examples/optim/example_softbody_properties.py
-
-
-
* - soft body properties
-
-
-

warp/examples/sim
^^^^^^^^^^^^^^^^^
Expand Down
Loading

0 comments on commit f0db5e6

Please sign in to comment.