Skip to content

Commit 676f6bd

Browse files
DeepMindcopybara-github
authored andcommitted
Add texture attribute to lights.
PiperOrigin-RevId: 763739805 Change-Id: I0bdec6f2fd3bd75ad35a7d129c8c29d36105f4bc
1 parent e47ee0d commit 676f6bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dm_control/mjcf/schema.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@
354354
<attribute name="target" type="reference" reference_namespace="body"/>
355355
<attribute name="directional" type="keyword" valid_values="false true"/>
356356
<attribute name="type" type="keyword" valid_values="spot directional point image"/>
357+
<attribute name="texture" type="reference"/>
357358
<attribute name="castshadow" type="keyword" valid_values="false true"/>
358359
<attribute name="active" type="keyword" valid_values="false true"/>
359360
<attribute name="pos" type="array" array_type="float" array_size="3"/>
@@ -678,6 +679,7 @@
678679
<attribute name="target" type="reference" reference_namespace="body"/>
679680
<attribute name="directional" type="keyword" valid_values="false true"/>
680681
<attribute name="type" type="keyword" valid_values="spot directional point image"/>
682+
<attribute name="texture" type="reference"/>
681683
<attribute name="castshadow" type="keyword" valid_values="false true"/>
682684
<attribute name="active" type="keyword" valid_values="false true"/>
683685
<attribute name="pos" type="array" array_type="float" array_size="3"/>
@@ -1124,6 +1126,7 @@
11241126
<attribute name="target" type="reference" reference_namespace="body"/>
11251127
<attribute name="directional" type="keyword" valid_values="false true"/>
11261128
<attribute name="type" type="keyword" valid_values="spot directional point image"/>
1129+
<attribute name="texture" type="reference"/>
11271130
<attribute name="castshadow" type="keyword" valid_values="false true"/>
11281131
<attribute name="active" type="keyword" valid_values="false true"/>
11291132
<attribute name="pos" type="array" array_type="float" array_size="3"/>
@@ -1498,6 +1501,7 @@
14981501
<attribute name="target" type="reference" reference_namespace="body"/>
14991502
<attribute name="directional" type="keyword" valid_values="false true"/>
15001503
<attribute name="type" type="keyword" valid_values="spot directional point image"/>
1504+
<attribute name="texture" type="reference"/>
15011505
<attribute name="castshadow" type="keyword" valid_values="false true"/>
15021506
<attribute name="active" type="keyword" valid_values="false true"/>
15031507
<attribute name="pos" type="array" array_type="float" array_size="3"/>

0 commit comments

Comments
 (0)