Skip to content

Commit 884bbbb

Browse files
quaglacopybara-github
authored andcommitted
Auto-generate 3D mesh from convex OBJ if dim=3 in flex.
This requires the user to explicitly specify an origin. PiperOrigin-RevId: 712483526 Change-Id: If92effcc9bd43ae8b12318044b022965076e02f8
1 parent c52f954 commit 884bbbb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,7 @@
11461146
<attribute name="xyaxis" type="array" array_type="float" array_size="6"/>
11471147
<attribute name="zaxis" type="array" array_type="float" array_size="3"/>
11481148
<attribute name="euler" type="array" array_type="float" array_size="3"/>
1149+
<attribute name="origin" type="array" array_type="float" array_size="3"/>
11491150
<attribute name="dim" type="int" required="true"/>
11501151
</attributes>
11511152
<children>
@@ -1540,6 +1541,7 @@
15401541
<attribute name="xyaxis" type="array" array_type="float" array_size="6"/>
15411542
<attribute name="zaxis" type="array" array_type="float" array_size="3"/>
15421543
<attribute name="euler" type="array" array_type="float" array_size="3"/>
1544+
<attribute name="origin" type="array" array_type="float" array_size="3"/>
15431545
<attribute name="dim" type="int" required="true"/>
15441546
</attributes>
15451547
<children>

0 commit comments

Comments
 (0)