We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40233a commit 7f7e123Copy full SHA for 7f7e123
ar4_mujoco_sim/mjcf/scene.xml
@@ -1,7 +1,7 @@
1
<mujoco model="AR4 simple scene">
2
<include file="mj_ar4.xml" />
3
4
- <statistic center="0.3 0 0.4" extent="1" />
+ <statistic center="0.2 0 0.4" extent=".8" />
5
6
<visual>
7
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0" />
@@ -14,7 +14,7 @@
14
height="3072" />
15
<texture type="2d" name="groundplane" builtin="checker" mark="edge" rgb1="0.2 0.3 0.4"
16
rgb2="0.1 0.2 0.3"
17
- markrgb="0.4 0.4 0.4" width="300" height="300" />
+ markrgb="0.8 0.8 0.8" width="300" height="300" />
18
<material name="groundplane" texture="groundplane" texuniform="true" texrepeat="5 5"
19
reflectance="0.2" />
20
</asset>
0 commit comments