Skip to content

Commit 2c86de5

Browse files
DeepMindcopybara-github
authored andcommitted
Update schema.xml to include maxhullvert
PiperOrigin-RevId: 679103430 Change-Id: Idc92ff762092c24d7af17f82f617a6c707293a82
1 parent a19c166 commit 2c86de5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
<element name="mesh">
232232
<attributes>
233233
<attribute name="scale" type="array" array_type="float" array_size="3"/>
234+
<attribute name="maxhullvert" type="int"/>
234235
</attributes>
235236
</element>
236237
<element name="material">
@@ -548,6 +549,7 @@
548549
<element name="mesh">
549550
<attributes>
550551
<attribute name="scale" type="array" array_type="float" array_size="3"/>
552+
<attribute name="maxhullvert" type="int"/>
551553
</attributes>
552554
</element>
553555
<element name="material">
@@ -980,6 +982,7 @@
980982
<attribute name="face" type="array" array_type="int"/>
981983
<attribute name="refpos" type="array" array_type="float" array_size="3"/>
982984
<attribute name="refquat" type="array" array_type="float" array_size="4"/>
985+
<attribute name="maxhullvert" type="int"/>
983986
</attributes>
984987
<children>
985988
<element name="plugin" repeated="true" namespace="mesh">

0 commit comments

Comments
 (0)