Skip to content

Commit 8a6824d

Browse files
quaglacopybara-github
authored andcommitted
Copy texture coordinates from OBJ into flex. Fixes #2464.
PiperOrigin-RevId: 732109960 Change-Id: I53438aaa1df763a28a3a401418c41782216ca5d7
1 parent aaca103 commit 8a6824d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dm_control/mjcf/schema.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,7 @@
11371137
<attribute name="point" type="string"/>
11381138
<attribute name="element" type="string"/>
11391139
<attribute name="texcoord" type="string"/>
1140+
<attribute name="facetexcoord" type="string"/>
11401141
<attribute name="material" type="string"/>
11411142
<attribute name="rgba" type="array" array_type="float" array_size="4"/>
11421143
<attribute name="flatskin" type="int"/>
@@ -1503,6 +1504,7 @@
15031504
<attribute name="point" type="string"/>
15041505
<attribute name="element" type="string"/>
15051506
<attribute name="texcoord" type="string"/>
1507+
<attribute name="facetexcoord" type="string"/>
15061508
<attribute name="material" type="string"/>
15071509
<attribute name="rgba" type="array" array_type="float" array_size="4"/>
15081510
<attribute name="flatskin" type="int"/>
@@ -1682,6 +1684,7 @@
16821684
<attribute name="vertex" type="array" array_type="float" array_size="5"/>
16831685
<attribute name="element" type="float"/>
16841686
<attribute name="texcoord" type="float"/>
1687+
<attribute name="facetexcoord" type="float"/>
16851688
<attribute name="node" type="array" array_type="float" array_size="3"/>
16861689
</attributes>
16871690
<children>

0 commit comments

Comments
 (0)