mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-12 21:00:11 +00:00
e32debdca4
add cylinder support don't crash when no "quat" is provided inertia fix in btMinkowskiSumShape (based on AABB)
13 lines
380 B
XML
13 lines
380 B
XML
<!--
|
|
MuJoCo MJCF test file. See http://mujoco.org/book/index.html
|
|
-->
|
|
<mujoco>
|
|
<worldbody>
|
|
<light diffuse=".5 .5 .5" pos="0 0 3" dir="0 0 -1"/>
|
|
<geom type="plane" size="1 1 0.1" rgba=".9 0 0 1"/>
|
|
<body pos="0 0 1">
|
|
<joint type="free"/>
|
|
<geom name="aux_1_geom" size="0.05 0.1" type="cylinder"/>
|
|
</body>
|
|
</worldbody>
|
|
</mujoco> |