mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
507d024f25
add some toy shape sorter cube (not finished yet)
11 lines
254 B
XML
11 lines
254 B
XML
<!--
|
|
MuJoCo MJCF test file. See http://mujoco.org/book/index.html
|
|
-->
|
|
<mujoco>
|
|
<worldbody>
|
|
<body pos="0 0 0">
|
|
<joint type="free"/>
|
|
<geom name="sphere_geom" size="0.05" type="sphere"/>
|
|
</body>
|
|
</worldbody>
|
|
</mujoco> |