Remove main_light
Browse files- assets/tray.xml +3 -2
assets/tray.xml
CHANGED
|
@@ -18,14 +18,15 @@
|
|
| 18 |
|
| 19 |
<worldbody>
|
| 20 |
<!-- Lighting -->
|
| 21 |
-
<light name="main_light" pos="0 0 1.0" dir="0 0 -1" directional="true"/>
|
| 22 |
<!--
|
|
|
|
|
|
|
| 23 |
diffuse="1 1 1"
|
| 24 |
specular="0.3 0.3 0.3"
|
| 25 |
ambient="0.3 0.3 0.3"
|
| 26 |
castshadow="true"
|
| 27 |
/>
|
| 28 |
-
|
| 29 |
|
| 30 |
<!--
|
| 31 |
<light name="side_fill" pos="1 1 1" dir="-1 -1 -1" directional="true"
|
|
|
|
| 18 |
|
| 19 |
<worldbody>
|
| 20 |
<!-- Lighting -->
|
|
|
|
| 21 |
<!--
|
| 22 |
+
<light name="main_light" pos="0 0 1.0" dir="0 0 -1" directional="true"/>
|
| 23 |
+
|
| 24 |
diffuse="1 1 1"
|
| 25 |
specular="0.3 0.3 0.3"
|
| 26 |
ambient="0.3 0.3 0.3"
|
| 27 |
castshadow="true"
|
| 28 |
/>
|
| 29 |
+
-->
|
| 30 |
|
| 31 |
<!--
|
| 32 |
<light name="side_fill" pos="1 1 1" dir="-1 -1 -1" directional="true"
|